mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-05 09:00:54 +00:00
it works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@169 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -23,6 +23,11 @@ MWDECL const char* MwDefaultBackground;
|
||||
*/
|
||||
MWDECL const char* MwDefaultForeground;
|
||||
|
||||
/*!
|
||||
* %brief Default border width
|
||||
*/
|
||||
MWDECL const int MwDefaultBorderWidth;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
#define MwNwidth "Iwidth"
|
||||
#define MwNheight "Iheight"
|
||||
#define MwNorientation "Iorientation"
|
||||
#define MwNminValue "IminValue"
|
||||
#define MwNmaxValue "ImaxValue"
|
||||
#define MwNvalue "Ivalue"
|
||||
#define MwNareaShown "IareaShown"
|
||||
|
||||
#define MwNtitle "Stitle"
|
||||
#define MwNtext "Stext"
|
||||
|
||||
@@ -18,6 +18,13 @@ extern "C" {
|
||||
*/
|
||||
MWDECL MwClass MwScrollBarClass;
|
||||
|
||||
/*!
|
||||
* %brief Calculates a visible length of scrollbar
|
||||
* %param handle Widget
|
||||
* %return Visible length
|
||||
*/
|
||||
MWDECL int MwScrollBarGetVisibleLength(MwWidget handle);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user