X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2207fd2168272bd80262595c1cbad530e4fa3b2d..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/auipaneinfo.tex diff --git a/docs/latex/wx/auipaneinfo.tex b/docs/latex/wx/auipaneinfo.tex index e8e9c31987..c7e68b7b5e 100644 --- a/docs/latex/wx/auipaneinfo.tex +++ b/docs/latex/wx/auipaneinfo.tex @@ -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}