Implementing some more controls and an MDI child frame fix for wxFrame.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-11-16 18:40:45 +00:00
parent f6c2a6f418
commit fb49f3b32e
4 changed files with 159 additions and 75 deletions

View File

@@ -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.