Parts of wxSizer::Show() extracted into wxSizer::GetItem() (together with documentation).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -408,6 +408,10 @@ public:
|
||||
|
||||
void SetDimension( int x, int y, int width, int height );
|
||||
|
||||
wxSizerItem* GetItem( wxWindow *window, bool recursive = false );
|
||||
wxSizerItem* GetItem( wxSizer *sizer, bool recursive = false );
|
||||
wxSizerItem* GetItem( size_t index );
|
||||
|
||||
// Manage whether individual scene items are considered
|
||||
// in the layout calculations or not.
|
||||
bool Show( wxWindow *window, bool show = true, bool recursive = false );
|
||||
|
Reference in New Issue
Block a user