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