Documented new constructor and overloaded Create methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,6 +55,13 @@ Default constructor.
|
||||
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{const wxString\& }{name = ``radioBox"}}
|
||||
|
||||
\func{}{wxRadioBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
|
||||
\param{const wxPoint\& }{point}, \param{const wxSize\& }{size},\rtfsp
|
||||
\param{const wxArrayString\&}{ choices},\rtfsp
|
||||
\param{int}{ majorDimension = 0}, \param{long}{ style = wxRA\_SPECIFY\_COLS},\rtfsp
|
||||
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{const wxString\& }{name = ``radioBox"}}
|
||||
|
||||
Constructor, creating and showing a radiobox.
|
||||
|
||||
\wxheading{Parameters}
|
||||
@@ -108,6 +115,13 @@ Destructor, destroying the radiobox item.
|
||||
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{const wxString\& }{name = ``radioBox"}}
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
|
||||
\param{const wxPoint\& }{point}, \param{const wxSize\& }{size},\rtfsp
|
||||
\param{const wxArrayString\&}{ choices},\rtfsp
|
||||
\param{int}{ majorDimension = 0}, \param{long}{ style = wxRA\_SPECIFY\_COLS},\rtfsp
|
||||
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
|
||||
\param{const wxString\& }{name = ``radioBox"}}
|
||||
|
||||
Creates the radiobox for two-step construction. See \helpref{wxRadioBox::wxRadioBox}{wxradioboxconstr}\rtfsp
|
||||
for further details.
|
||||
|
||||
|
Reference in New Issue
Block a user