added UpdateSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -109,6 +109,11 @@ public:
|
|||||||
// parameter should be NULL)
|
// parameter should be NULL)
|
||||||
bool ReplaceWindow(wxWindow *winOld, wxWindow *winNew);
|
bool ReplaceWindow(wxWindow *winOld, wxWindow *winNew);
|
||||||
|
|
||||||
|
// Make sure the child window sizes are updated. This is useful
|
||||||
|
// for reducing flicker by updating the sizes before a
|
||||||
|
// window is shown, if you know the overall size is correct.
|
||||||
|
void UpdateSize();
|
||||||
|
|
||||||
// Is the window split?
|
// Is the window split?
|
||||||
bool IsSplit() const;
|
bool IsSplit() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user