Displaying 3 results from an estimated 3 matches for "wxauinotebook".
Did you mean:
auinotebook
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...DockArt.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxAuiManagerEventh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiManagerEvent.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxAuiNotebookh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiNotebook.h</a></li>
<li><a href="#brancheswxruby2wxwidgets_282swigclassesincludewxAuiNotebookEventh">branches/wxruby2/wxwidgets_282/swig/classes/include/wxAuiNotebookEvent.h</a></li>
<...
2007 Mar 19
0
[902] branches/wxruby2/wxwidgets_282/swig/classes/include/parents.rb: Parents for AUI GUI classes
...;'wxApp'' => ''wxEvtHandler'',
</span><span class="cx"> ''wxArtProvider'' => ''wxObject'',
</span><ins>+ ''wxAuiManager'' => ''wxEvtHandler'',
+ ''wxAuiNotebook'' => ''wxControl'',
</ins><span class="cx"> ''wxAutomationObject'' => ''wxObject'',
</span><span class="cx"> ''wxBitmap'' => ''wxGDIObject'',
</spa...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...p   (rev 0)
+++ trunk/wxruby2/doc/textile/auinotebook.txtl        2007-05-05 09:16:01 UTC (rev 1012)
</span><span class="lines">@@ -0,0 +1,211 @@
</span><ins>+h1(#wxauinotebook). Wx::AuiNotebook
+
+AuiNotebook is part of the AUI class framework.
+See also "AUI overview":auioverview.html.
+
+AuiNotebook is a notebook control which implements many features common in applications with dockable panes.
+Specifically, AuiNotebook implements functionality which allows...