]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontpicker.tex
rebaked after animation control and helpbest.h changes
[wxWidgets.git] / docs / latex / wx / fontpicker.tex
index 5d446d9cf8090be2f6c36852cf756a232e305e9a..f69338d86fdb9edd9058c51da8a29c24a0a75711 100644 (file)
@@ -64,7 +64,7 @@ user's input is valid, i.e. recognizable). }
 
 \func{}{wxFontPickerCtrl}{\param{wxWindow *}{parent},\rtfsp
 \param{wxWindowID}{ id},\rtfsp
-\param{const wxFont\& }{font = *wxNORMAL\_FONT},\rtfsp
+\param{const wxFont\& }{font = wxNullFont},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
 \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = wxFNTP\_DEFAULT\_STYLE},\rtfsp
@@ -79,7 +79,7 @@ all the parameters.
 
 \func{bool}{Create}{\param{wxWindow *}{parent},\rtfsp
 \param{wxWindowID}{ id},\rtfsp
-\param{const wxFont\& }{font = *wxNORMAL\_FONT},\rtfsp
+\param{const wxFont\& }{font = wxNullFont},\rtfsp
 \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
 \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = wxFNTP\_DEFAULT\_STYLE},\rtfsp
@@ -92,7 +92,8 @@ all the parameters.
 
 \docparam{id}{The identifier for the control.}
 
-\docparam{font}{The initial font shown in the control.}
+\docparam{font}{The initial font shown in the control. If \texttt{wxNullFont} 
+is given, the default font is used.}
 
 \docparam{pos}{Initial position.}
 
@@ -199,3 +200,4 @@ Retrieve the font the user has just selected.
 \func{void}{SetFont}{\param{const wxFont \&}{ f}}
 
 Set the font associated with the event.
+