Displaying 1 result from an estimated 1 matches for "wxauidockuipart".
2007 Mar 19
0
[900] branches/wxruby2/wxwidgets_282/swig/classes: Initial commit of AUI core classes
...Rect& rect);
+    virtual void HideHint();
+
+protected:
+
+    void UpdateHintWindowConfig();
+    
+    void DoFrameLayout();
+
+    void LayoutAddPane(wxSizer* container,
+                       wxAuiDockInfo& dock,
+                       wxAuiPaneInfo& pane,
+                       wxAuiDockUIPartArray& uiparts,
+                       bool spacer_only);
+
+    void LayoutAddDock(wxSizer* container,
+                       wxAuiDockInfo& dock,
+                       wxAuiDockUIPartArray& uiparts,
+                       bool spacer_only);
+
+    wxSizer* LayoutAll(wxAuiPaneInfoA...