]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxAuiNotebook::Split() documentation
authorBenjamin Williams <bwilliams@kirix.com>
Tue, 28 Nov 2006 16:35:31 +0000 (16:35 +0000)
committerBenjamin Williams <bwilliams@kirix.com>
Tue, 28 Nov 2006 16:35:31 +0000 (16:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/auinotebook.tex

index bfa0b37099f6ab73cffa4ed5ac7937f3aadf036d..31feb9fbb5d125f75c7ca9b9edb3334761ba2b86 100644 (file)
@@ -175,3 +175,14 @@ instruct the control to use dynamic tab height, which is the default behaviour.
 Under the default behaviour, when a tab with a large bitmap is added, the tab control's
 height will automatically increase to accommodate the larger bitmap.
 
 Under the default behaviour, when a tab with a large bitmap is added, the tab control's
 height will automatically increase to accommodate the larger bitmap.
 
+\func{void}{Split}{\param{size_t }{page}, \param{int }{direction}}
+
+Split performs a split operation programmatically. The argument \arg{page} indicates
+the page that will be split off.  This page will also become the active page after the
+split.  The \arg{direction} argument specifies where the pane should go, it should be one
+of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
+
+
+
+
+