Add some missing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,6 +98,9 @@ public:
|
||||
,const wxRect* pRect = (const wxRect *)NULL
|
||||
);
|
||||
virtual void Clear(void);
|
||||
virtual void Freeze(void);
|
||||
virtual void Update(void);
|
||||
virtual void Thaw(void);
|
||||
virtual bool SetCursor(const wxCursor& rCursor);
|
||||
virtual bool SetFont(const wxFont& rFont);
|
||||
virtual int GetCharHeight(void) const;
|
||||
@@ -570,6 +573,13 @@ private:
|
||||
{ return(wxWindowBase::Reparent(pNewParent));};
|
||||
}; // end of wxWindow
|
||||
|
||||
class wxWindowCreationHook
|
||||
{
|
||||
public:
|
||||
wxWindowCreationHook(wxWindow* pWinBeingCreated);
|
||||
~wxWindowCreationHook();
|
||||
}; // end of CLASS wxWindowCreationHook
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// global functions
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user