corrected documentation of font parameter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-03 23:36:07 +00:00
parent d395dbab76
commit 0817a2c54c

View File

@@ -92,8 +92,8 @@ all the parameters.
\docparam{id}{The identifier for the control.}
\docparam{font}{The initial font shown in the control. The default
\texttt{wxNORMAL\_FONT} value means to use the default font.}
\docparam{font}{The initial font shown in the control. If \texttt{wxNullFont}
is given, the default font is used.}
\docparam{pos}{Initial position.}