]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
Corrected wxComboBox::GetValue() after a
[wxWidgets.git] / include / wx / toplevel.h
index e2201ae8fd7fbe302d58101ef5b8b5b8280915b1..b14af59160546da465093adb2543500330f79bba 100644 (file)
@@ -196,6 +196,9 @@ public:
     void OnCloseWindow(wxCloseEvent& event);
     void OnSize(wxSizeEvent& WXUNUSED(event)) { DoLayout(); }
 
+    // Get rect to be used to center top-level children
+    virtual void GetRectForTopLevelChildren(int *x, int *y, int *w, int *h);
+
     // this should go away, but for now it's called from docview.cpp,
     // so should be there for all platforms
     void OnActivate(wxActivateEvent &WXUNUSED(event)) { }