]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/auipaneinfo.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / auipaneinfo.tex
index e8e9c3198773e2c33efe2bdd725ecab30b6ee868..c7e68b7b5e406382fffc33ca5d7bfe0f3ad9fa5c 100644 (file)
@@ -47,11 +47,6 @@ Default constructor.
 
 Copy constructor.
 
-\membersection{wxAuiPaneInfo::\destruct{wxAuiPaneInfo}}\label{wxauipaneinfodtor}
-
-\func{}{\destruct{wxAuiPaneInfo}}{\void}
-
-
 \membersection{wxAuiPaneInfo::BestSize}\label{wxauipaneinfobestsize}
 
 \func{wxAuiPaneInfo\&}{BestSize}{\param{const wxSize\& }{size}}
@@ -132,6 +127,13 @@ Direction() determines the direction of the docked pane. It is functionally the
 
 \func{wxAuiPaneInfo\&}{Dock}{\void}
 
+Dock() indicates that a pane should be docked.  It is the opposite of Float().
+
+\membersection{wxAuiPaneInfo::DockFixed}\label{wxauipaneinfodockfixed}
+
+\func{wxAuiPaneInfo\&}{DockFixed}{\param{bool }{b = true}}
+
+DockFixed() causes the containing dock to have no resize sash.  This is useful for creating panes that span the entire width or height of a dock, but should not be resizable in the other direction.
 
 \membersection{wxAuiPaneInfo::Dockable}\label{wxauipaneinfodockable}
 
@@ -149,7 +151,7 @@ Fixed() forces a pane to be fixed size so that it cannot be resized. After calli
 
 \func{wxAuiPaneInfo\&}{Float}{\void}
 
-Float() indicates that a pane should be floated.
+Float() indicates that a pane should be floated.  It is the opposite of Dock().
 
 \membersection{wxAuiPaneInfo::Floatable}\label{wxauipaneinfofloatable}