git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@169 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-04 21:21:31 +00:00
parent 2b0d063dd8
commit 9b6ed7b6c3
7 changed files with 142 additions and 22 deletions

View File

@@ -23,6 +23,11 @@ MWDECL const char* MwDefaultBackground;
*/
MWDECL const char* MwDefaultForeground;
/*!
* %brief Default border width
*/
MWDECL const int MwDefaultBorderWidth;
#ifdef __cplusplus
}
#endif

View File

@@ -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"

View File

@@ -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