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

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