]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/choice.h
1. wxMSW::wxNotebook::SetPageSize() and SetPadding() added
[wxWidgets.git] / include / wx / os2 / choice.h
index f124982646617ddf9c147e38283a06f5f10541c9..f2c7efe954dedf0fd9ae06721f2519929f299fff 100644 (file)
@@ -28,7 +28,9 @@ public:
              const wxSize& size = wxDefaultSize,
              int n = 0, const wxString choices[] = NULL,
              long style = 0,
+#if wxUSE_VALIDATORS
              const wxValidator& validator = wxDefaultValidator,
+#endif
              const wxString& name = wxChoiceNameStr)
     {
         Create(parent, id, pos, size, n, choices, style, validator, name);
@@ -39,7 +41,9 @@ public:
              const wxSize& size = wxDefaultSize,
              int n = 0, const wxString choices[] = NULL,
              long style = 0,
+#if wxUSE_VALIDATORS
              const wxValidator& validator = wxDefaultValidator,
+#endif
              const wxString& name = wxChoiceNameStr);
 
     // Implement base class virtuals
@@ -66,7 +70,7 @@ protected:
     virtual wxClientData* DoGetItemClientObject( int n ) const;
 
     // OS2 implementation
-    virtual wxSize DoGetBestSize();
+    virtual wxSize DoGetBestSize() const;
     virtual void DoSetSize(int x, int y,
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);