diff --git a/include/Mw/Widget/ListBox.h b/include/Mw/Widget/ListBox.h index 4a227812..b9da53f6 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 4ce52665..e9c6149c 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 31718ee8..d1220982 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 6ca54b97..d173532f 100644 --- a/milsko.xml +++ b/milsko.xml @@ -1,14 +1,18 @@