]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
converted to 16 colors
[wxWidgets.git] / include / wx / generic / splitter.h
index aa70baae1d38aace1d7fc5998a1d4a3aeb429229..17e349a05106efdf789f6cfdeed427e37dd37c01 100644 (file)
@@ -160,6 +160,9 @@ public:
     // Adjusts the panes
     void OnSize(wxSizeEvent& event);
 
+    // In live mode, resize child windows in idle time
+    void OnIdle(wxIdleEvent& event);
+
     // Draws borders
     void DrawBorders(wxDC& dc);
 
@@ -189,6 +192,7 @@ protected:
 
     int         m_splitMode;
     bool        m_permitUnsplitAlways;
+    bool        m_needUpdating; // when in live mode, set the to TRUE to resize children in idle
     wxWindow*   m_windowOne;
     wxWindow*   m_windowTwo;
     int         m_dragMode;