X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afa59b4e8828f1fff43c3c0d4303adf2c6ac59e5..761df41e86ceeed56d32c038a6c9f88554d4f47a:/include/wx/os2/control.h?ds=sidebyside diff --git a/include/wx/os2/control.h b/include/wx/os2/control.h index 19ee703ab0..8973977ea7 100644 --- a/include/wx/os2/control.h +++ b/include/wx/os2/control.h @@ -114,6 +114,16 @@ public: 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.