]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/control.h
compilation fix for recent commit
[wxWidgets.git] / include / wx / os2 / control.h
index 19ee703ab07987d47615b11a4534fe8c8d27dc91..8973977ea758312167ec4f61cab55635b0f780b9 100644 (file)
@@ -114,6 +114,16 @@ public:
 
     virtual wxSize DoGetBestSize(void) const;
 
 
     virtual wxSize DoGetBestSize(void) const;
 
+    bool OS2CreateControl( wxWindow*          pParent
+                          ,wxWindowID         lId
+                          ,const wxPoint&     rPos
+                          ,const wxSize&      rSize
+                          ,long               lStyle
+#if wxUSE_VALIDATORS
+                          ,const wxValidator& rValidator
+#endif
+                          ,const wxString&    rsName
+                         );
     //
     // Create the control of the given class with the given style, returns FALSE
     // if creation failed.
     //
     // Create the control of the given class with the given style, returns FALSE
     // if creation failed.