Added a few modifiers to wxSiserItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,6 +69,15 @@ public:
|
|||||||
bool IsWindow();
|
bool IsWindow();
|
||||||
bool IsSizer();
|
bool IsSizer();
|
||||||
bool IsSpacer();
|
bool IsSpacer();
|
||||||
|
|
||||||
|
void SetInitSize( int x, int y )
|
||||||
|
{ m_minSize.x = x; m_minSize.y = y; }
|
||||||
|
void SetOption( int option )
|
||||||
|
{ m_option = option; }
|
||||||
|
void SetFlag( int flag )
|
||||||
|
{ m_flag = flag; }
|
||||||
|
void SetBorder( int border )
|
||||||
|
{ m_border = border; }
|
||||||
|
|
||||||
wxWindow *GetWindow() const
|
wxWindow *GetWindow() const
|
||||||
{ return m_window; }
|
{ return m_window; }
|
||||||
|
Reference in New Issue
Block a user