added wxTo/FromString(wxColour) (part of patch 1753875)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-21 23:24:10 +00:00
parent 6fdf2acccd
commit 8b51786f6e
3 changed files with 44 additions and 0 deletions

View File

@@ -3261,6 +3261,15 @@ Find the deepest window at the mouse pointer position, returning the window
and current pointer position in screen coordinates.
\membersection{wxFromString}\label{wxfromstring}
\func{bool} {wxFromString}{\param{const wxString\& }{str},
\param{wxColourBase* }{col}}
Converts string to the type of the second argument. Returns \true on success.
See also: \helpref{wxToString}{wxtostring}.
\membersection{::wxGetActiveWindow}\label{wxgetactivewindow}
\func{wxWindow *}{wxGetActiveWindow}{\void}
@@ -3576,6 +3585,14 @@ class name internally. Example of using the macro:
Notice that there should be no semicolon after this macro.
\membersection{wxToString}\label{wxtostring}
\func{wxString} {wxToString}{\param{const wxColourBase\& }{col}}
Converts its argument to string.
See also: \helpref{wxFromString}{wxfromstring}.
\membersection{wxULL}\label{wxull}
\func{wxLongLong\_t}{wxULL}{\param{}{number}}