]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
Ref counting overview.
[wxWidgets.git] / docs / latex / wx / function.tex
index 0863f28a830ae44ac1838664f32ae5b71ef347cd..ad94c6e4f54f10ab26eeeb86f5e1f433c98c6544 100644 (file)
@@ -1995,7 +1995,7 @@ customization.
 
 \wxheading{Include files}
 
-<wx/aboutdlg.h>
+<wx/aboutdlg.h>\\
 <wx/generic/aboutdlgg.h>
 
 
@@ -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}