More connections between wxWindow and wxRadioBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Name: radiobox.tex
|
||||||
|
%% Purpose: wxRadioBox documentation
|
||||||
|
%% Author: wxWidgets Team
|
||||||
|
%% Modified by:
|
||||||
|
%% Created:
|
||||||
|
%% RCS-ID: $Id$
|
||||||
|
%% Copyright: (c) wxWidgets Team
|
||||||
|
%% License: wxWidgets license
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
\section{\class{wxRadioBox}}\label{wxradiobox}
|
\section{\class{wxRadioBox}}\label{wxradiobox}
|
||||||
|
|
||||||
A radio box item is used to select one of number of mutually exclusive
|
A radio box item is used to select one of number of mutually exclusive
|
||||||
@@ -276,11 +287,11 @@ a wxEVT\_COMMAND\_RADIOBOX\_SELECTED event to get emitted.
|
|||||||
|
|
||||||
\membersection{wxRadioBox::Show}\label{wxradioboxshow}
|
\membersection{wxRadioBox::Show}\label{wxradioboxshow}
|
||||||
|
|
||||||
\func{void}{Show}{\param{const bool}{ show}}
|
\func{virtual bool}{Show}{\param{const bool}{ show = {\tt true}}}
|
||||||
|
|
||||||
Shows or hides the entire radiobox.
|
Shows or hides the entire radiobox.
|
||||||
|
|
||||||
\func{void}{Show}{\param{int }{item}, \param{const bool}{ show}}
|
\func{virtual bool}{Show}{\param{int}{ item}, \param{const bool}{ show = {\tt true}}}
|
||||||
|
|
||||||
Shows or hides individual buttons.
|
Shows or hides individual buttons.
|
||||||
|
|
||||||
@@ -290,6 +301,15 @@ Shows or hides individual buttons.
|
|||||||
|
|
||||||
\docparam{item}{The zero-based position of the button to show or hide.}
|
\docparam{item}{The zero-based position of the button to show or hide.}
|
||||||
|
|
||||||
|
\wxheading{Return value}
|
||||||
|
|
||||||
|
{\tt true} if the box or item has been shown or hidden or {\tt false} if nothing was
|
||||||
|
done because it already was in the requested state.
|
||||||
|
|
||||||
|
\wxheading{See also}
|
||||||
|
|
||||||
|
\helpref{wxWindow::Show}{wxwindowshow}
|
||||||
|
|
||||||
\pythonnote{In place of a single overloaded method name, wxPython
|
\pythonnote{In place of a single overloaded method name, wxPython
|
||||||
implements the following methods:\par
|
implements the following methods:\par
|
||||||
\indented{2cm}{\begin{twocollist}
|
\indented{2cm}{\begin{twocollist}
|
||||||
@@ -297,4 +317,3 @@ implements the following methods:\par
|
|||||||
\twocolitem{{\bf ShowItem(n, flag)}}{Shows or hides individual buttons.}
|
\twocolitem{{\bf ShowItem(n, flag)}}{Shows or hides individual buttons.}
|
||||||
\end{twocollist}}
|
\end{twocollist}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,3 +1,14 @@
|
|||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%% Name: window.tex
|
||||||
|
%% Purpose: wxWindow documentation
|
||||||
|
%% Author: wxWidgets Team
|
||||||
|
%% Modified by:
|
||||||
|
%% Created:
|
||||||
|
%% RCS-ID: $Id$
|
||||||
|
%% Copyright: (c) wxWidgets Team
|
||||||
|
%% License: wxWidgets license
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
||||||
\section{\class{wxWindow}}\label{wxwindow}
|
\section{\class{wxWindow}}\label{wxwindow}
|
||||||
|
|
||||||
wxWindow is the base class for all windows and represents any visible object on
|
wxWindow is the base class for all windows and represents any visible object on
|
||||||
@@ -549,7 +560,8 @@ nothing was done, i.e. if the window had already been in the specified state.
|
|||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{wxWindow::IsEnabled}{wxwindowisenabled},\rtfsp
|
\helpref{wxWindow::IsEnabled}{wxwindowisenabled},\rtfsp
|
||||||
\helpref{wxWindow::Disable}{wxwindowdisable}
|
\helpref{wxWindow::Disable}{wxwindowdisable},\rtfsp
|
||||||
|
\helpref{wxRadioBox::Enable}{wxradioboxenable}
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxWindow::FindFocus}\label{wxwindowfindfocus}
|
\membersection{wxWindow::FindFocus}\label{wxwindowfindfocus}
|
||||||
@@ -3398,8 +3410,9 @@ done because it already was in the requested state.
|
|||||||
|
|
||||||
\wxheading{See also}
|
\wxheading{See also}
|
||||||
|
|
||||||
\helpref{wxWindow::IsShown}{wxwindowisshown}
|
\helpref{wxWindow::IsShown}{wxwindowisshown},\rtfsp
|
||||||
|
\helpref{wxWindow::Hide}{wxwindowhide},\rtfsp
|
||||||
|
\helpref{wxRadioBox::Show}{wxradioboxshow}
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxWindow::Thaw}\label{wxwindowthaw}
|
\membersection{wxWindow::Thaw}\label{wxwindowthaw}
|
||||||
|
Reference in New Issue
Block a user