X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f813ad66296ced85175de2bb867008f56b6d412..5687a67ce1e365d010c6282aa57b4f99f7f5ea29:/include/wx/sizer.h diff --git a/include/wx/sizer.h b/include/wx/sizer.h index 4023dfa87f..374b1559dc 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -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 );