Spacing corrections, removed duplicate functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,6 +55,7 @@ Copy constructor.
|
||||
\membersection{wxAuiPaneInfo::BestSize}\label{wxauipaneinfobestsize}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{BestSize}{\param{const wxSize\& }{size}}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{BestSize}{\param{int }{x}, \param{int }{y}}
|
||||
|
||||
BestSize() sets the ideal size for the pane. The docking manager will attempt to use this size as much as possible when docking or floating the pane.
|
||||
@@ -87,28 +88,18 @@ CaptionVisible indicates that a pane caption should be visible. If false, no pa
|
||||
\membersection{wxAuiPaneInfo::Centre}\label{wxauipaneinfocentre}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{Centre}{\void}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{Center}{\void}
|
||||
|
||||
Center() sets the pane dock position to the left side of the frame. This is
|
||||
the same thing as calling Direction(wxAUI\_DOCK\_CENTRE).
|
||||
Center() sets the pane dock position to the left side of the frame.
|
||||
The centre pane is the space in the middle after all border panes (left, top, right, bottom) are subtracted from the layout.
|
||||
|
||||
This is the same thing as calling Direction(wxAUI\_DOCK\_CENTRE).
|
||||
|
||||
\membersection{wxAuiPaneInfo::CentrePane}\label{wxauipaneinfocentrepane}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{CentrePane}{\void}
|
||||
\func{wxAuiPaneInfo\&}{CenterPane}{\void}
|
||||
|
||||
CentrePane() specifies that the pane should adopt the default centre pane settings.
|
||||
|
||||
\membersection{wxAuiPaneInfo::Centre}\label{wxauipaneinfocentre}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{Centre}{\void}
|
||||
\func{wxAuiPaneInfo\&}{Center}{\void}
|
||||
|
||||
Centre() sets the pane to the center position of the frame. The centre pane is the space in the middle after all border panes (left, top, right, bottom) are subtracted from the layout.
|
||||
|
||||
\membersection{wxAuiPaneInfo::CentrePane}\label{wxauipaneinfocentrepane}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{CentrePane}{\void}
|
||||
\func{wxAuiPaneInfo\&}{CenterPane}{\void}
|
||||
|
||||
CentrePane() specifies that the pane should adopt the default center pane settings. Centre panes usually do not have caption bars. This function provides an easy way of preparing a pane to be displayed in the center dock position.
|
||||
@@ -169,6 +160,7 @@ Floatable() sets whether the user will be able to undock a pane and turn it into
|
||||
\membersection{wxAuiPaneInfo::FloatingPosition}\label{wxauipaneinfofloatingposition}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{FloatingPosition}{\param{const wxPoint\& }{pos}}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{FloatingPosition}{\param{int }{x}, \param{int }{y}}
|
||||
|
||||
FloatingPosition() sets the position of the floating pane.
|
||||
@@ -176,6 +168,7 @@ FloatingPosition() sets the position of the floating pane.
|
||||
\membersection{wxAuiPaneInfo::FloatingSize}\label{wxauipaneinfofloatingsize}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{FloatingSize}{\param{const wxSize\& }{size}}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{FloatingSize}{\param{int }{x}, \param{int }{y}}
|
||||
|
||||
FloatingSize() sets the size of the floating pane.
|
||||
@@ -352,6 +345,7 @@ LeftDockable() indicates whether a pane can be docked on the left of the frame.
|
||||
\membersection{wxAuiPaneInfo::MaxSize}\label{wxauipaneinfomaxsize}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{MaxSize}{\param{const wxSize\& }{size}}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{MaxSize}{\param{int }{x}, \param{int }{y}}
|
||||
|
||||
MaxSize() sets the maximum size of the pane.
|
||||
@@ -365,6 +359,7 @@ MaximizeButton() indicates that a maximize button should be drawn for the pane.
|
||||
\membersection{wxAuiPaneInfo::MinSize}\label{wxauipaneinfominsize}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{MinSize}{\param{const wxSize\& }{size}}
|
||||
|
||||
\func{wxAuiPaneInfo\&}{MinSize}{\param{int }{x}, \param{int }{y}}
|
||||
|
||||
MinSize() sets the minimum size of the pane. Please note that this is only partially supported as of this writing.
|
||||
|
Reference in New Issue
Block a user