fixed (and documented) wxColourDialog::Create()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@ This class represents the colour chooser dialog.
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxColourDialog::wxColourDialog}
|
||||
\membersection{wxColourDialog::wxColourDialog}\label{wxcolourdialogwxcolourdialog}
|
||||
|
||||
\func{}{wxColourDialog}{\param{wxWindow* }{parent}, \param{wxColourData* }{data = NULL}}
|
||||
|
||||
@@ -36,6 +36,12 @@ data, which will be copied to the colour dialog's colour data.
|
||||
|
||||
Destructor.
|
||||
|
||||
\membersection{wxColourDialog::Create}
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxColourData* }{data = NULL}}
|
||||
|
||||
Same as \helpref{constructor}{wxcolourdialogwxcolourdialog}.
|
||||
|
||||
\membersection{wxColourDialog::GetColourData}
|
||||
|
||||
\func{wxColourData\&}{GetColourData}{\void}
|
||||
|
Reference in New Issue
Block a user