cleanup (mainly wrapping lines to be < 80 chars); added IsExpanded()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
%% License: wxWindows license
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
|
||||
|
||||
\section{\class{wxCollapsiblePane}}\label{wxcollapsiblepane}
|
||||
|
||||
A collapsable panel is a container with an embedded button-like control which can be
|
||||
@@ -96,6 +94,12 @@ all the parameters.
|
||||
Returns \true if the pane window is currently hidden.
|
||||
|
||||
|
||||
\membersection{wxCollapsiblePane::IsExpanded}\label{wxcollapsiblepaneisexpanded}
|
||||
|
||||
\constfunc{bool}{IsExpanded}{\void}
|
||||
|
||||
Returns \true if the pane window is currently shown.
|
||||
|
||||
|
||||
\membersection{wxCollapsiblePane::Collapse}\label{wxcollapsiblepanecollapse}
|
||||
|
||||
@@ -104,11 +108,10 @@ Returns \true if the pane window is currently hidden.
|
||||
Collapses or expands the pane window.
|
||||
|
||||
|
||||
|
||||
\membersection{wxCollapsiblePane::Expand}\label{wxcollapsiblepaneexpand}
|
||||
|
||||
\func{void}{Expand}{\void}
|
||||
|
||||
Equivalent to {\tt Collapse(false)}.
|
||||
Same as \texttt{\helpref{Collapse}{wxcollapsiblepanecollapse}(false)}.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user