add IsOk() to all classes having Ok() method (patch 1570985)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2004,7 +2004,7 @@ customization.
|
||||
\func{wxColour}{wxGetColourFromUser}{\param{wxWindow *}{parent}, \param{const wxColour\& }{colInit}, \param{const wxString\& }{caption = wxEmptyString}}
|
||||
|
||||
Shows the colour selection dialog and returns the colour selected by user or
|
||||
invalid colour (use \helpref{wxColour::Ok}{wxcolourok} to test whether a colour
|
||||
invalid colour (use \helpref{wxColour:IsOk}{wxcolourisok} to test whether a colour
|
||||
is valid) if the dialog was cancelled.
|
||||
|
||||
\wxheading{Parameters}
|
||||
@@ -2025,7 +2025,7 @@ is valid) if the dialog was cancelled.
|
||||
\func{wxFont}{wxGetFontFromUser}{\param{wxWindow *}{parent}, \param{const wxFont\& }{fontInit}, \param{const wxString\& }{caption = wxEmptyString}}
|
||||
|
||||
Shows the font selection dialog and returns the font selected by user or
|
||||
invalid font (use \helpref{wxFont::Ok}{wxfontok} to test whether a font
|
||||
invalid font (use \helpref{wxFont:IsOk}{wxfontisok} to test whether a font
|
||||
is valid) if the dialog was cancelled.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
Reference in New Issue
Block a user