X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afa59b4e8828f1fff43c3c0d4303adf2c6ac59e5..7eff657c071f9df1938edb2d1b530492ccfc9489:/include/wx/os2/control.h diff --git a/include/wx/os2/control.h b/include/wx/os2/control.h index 19ee703ab0..661efc7b06 100644 --- a/include/wx/os2/control.h +++ b/include/wx/os2/control.h @@ -14,8 +14,6 @@ #include "wx/dynarray.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr; - // General item class class WXDLLEXPORT wxControl : public wxControlBase { @@ -114,6 +112,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.