\wxheading{Event handling}
+To process a font picker event, use these event handler macros to direct input to member
+functions that take a \helpref{wxFontPickerEvent}{wxfontpickerevent} argument.
+
\twocolwidtha{7cm}%
\begin{twocollist}\itemsep=0pt
\twocolitem{{\bf EVT\_FONTPICKER\_CHANGED(id, func)}}{The user changed the font
\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.}