]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
fixes for new lib dirs for wxMSW
[wxWidgets.git] / src / msw / spinctrl.cpp
index c513eb07c9baf1bfa21f8206db7401a40ae49590..f2d6ff30596cb8dedf03086e97ac479034eaa3e3 100644 (file)
 IMPLEMENT_DYNAMIC_CLASS_XTI(wxSpinCtrl, wxControl,"wx/spinbut.h")
 
 WX_BEGIN_PROPERTIES_TABLE(wxSpinCtrl)
-    WX_PROPERTY( ValueString , wxString , SetValue , GetValue , ) ;
-       WX_PROPERTY( Value , int , SetValue, GetValue, 0 )
-       WX_PROPERTY( Min , int , SetMin, GetMin, 0 )
-       WX_PROPERTY( Max , int , SetMax, GetMax, 0 )
+    WX_PROPERTY( ValueString , wxString , SetValue , GetValue , , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) ;
+       WX_PROPERTY( Value , int , SetValue, GetValue, 0 , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
+       WX_PROPERTY( Min , int , SetMin, GetMin, 0, 0 /*flags*/ , wxT("Helpstring") , wxT("group") )
+       WX_PROPERTY( Max , int , SetMax, GetMax, 0 , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
 /*
        TODO PROPERTIES
                style wxSP_ARROW_KEYS