Missing accessors for wxSizer items.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -81,8 +81,12 @@ public:
|
|||||||
|
|
||||||
wxWindow *GetWindow() const
|
wxWindow *GetWindow() const
|
||||||
{ return m_window; }
|
{ return m_window; }
|
||||||
|
void SetWindow( wxWindow *window )
|
||||||
|
{ m_window = window; }
|
||||||
wxSizer *GetSizer() const
|
wxSizer *GetSizer() const
|
||||||
{ return m_sizer; }
|
{ return m_sizer; }
|
||||||
|
void SetSizer( wxSizer *sizer )
|
||||||
|
{ m_sizer = sizer; }
|
||||||
int GetOption() const
|
int GetOption() const
|
||||||
{ return m_option; }
|
{ return m_option; }
|
||||||
int GetFlag() const
|
int GetFlag() const
|
||||||
|
Reference in New Issue
Block a user