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:
parent
93fa69f84b
commit
aaf6c39ae6
@ -69,6 +69,15 @@ public:
|
||||
bool IsWindow();
|
||||
bool IsSizer();
|
||||
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
|
||||
{ return m_window; }
|
||||
|
Loading…
Reference in New Issue
Block a user