From f304cde22c8eccfb5dcbec2887d1019b00656873 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Tue, 21 Oct 2025 17:59:04 +0000 Subject: [PATCH] add functions git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@448 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Mw/Widget/ListBox.h | 2 +- include/Mw/Widget/NumberEntry.h | 1 - include/Mw/Widget/ScrollBar.h | 1 - milsko.xml | 121 +++++++++++++++++++++++++++++++- 4 files changed, 121 insertions(+), 4 deletions(-) diff --git a/include/Mw/Widget/ListBox.h b/include/Mw/Widget/ListBox.h index 4a22781..b9da53f 100644 --- a/include/Mw/Widget/ListBox.h +++ b/include/Mw/Widget/ListBox.h @@ -84,7 +84,7 @@ MwInline void MwListBoxSetWidth(MwWidget handle, int index, int width) { * %param handle Widget */ MwInline void MwListBoxReset(MwWidget handle) { - MwVaWidgetExecute(handle, "mwListBoxReset", NULL, handle); + MwVaWidgetExecute(handle, "mwListBoxReset", NULL); }; #ifdef __cplusplus diff --git a/include/Mw/Widget/NumberEntry.h b/include/Mw/Widget/NumberEntry.h index 4ce5266..e9c6149 100644 --- a/include/Mw/Widget/NumberEntry.h +++ b/include/Mw/Widget/NumberEntry.h @@ -2,7 +2,6 @@ /*! * %file Mw/Widget/NumberEntry.h * %brief NumberEntry widget - * %prop MwNtext */ #ifndef __MW_WIDGET_NUMBERENTRY_H__ #define __MW_WIDGET_NUMBERENTRY_H__ diff --git a/include/Mw/Widget/ScrollBar.h b/include/Mw/Widget/ScrollBar.h index 31718ee..d122098 100644 --- a/include/Mw/Widget/ScrollBar.h +++ b/include/Mw/Widget/ScrollBar.h @@ -2,7 +2,6 @@ /*! * %file Mw/Widget/ScrollBar.h * %brief ScrollBar widget - * %prop MwNareaShown MwNvalue MwNminValue MwNmaxValue MwNorientation */ #ifndef __MW_WIDGET_SCROLLBAR_H__ #define __MW_WIDGET_SCROLLBAR_H__ diff --git a/milsko.xml b/milsko.xml index 6ca54b9..d173532 100644 --- a/milsko.xml +++ b/milsko.xml @@ -1,14 +1,18 @@