]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontpicker.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / fontpicker.tex
index f69338d86fdb9edd9058c51da8a29c24a0a75711..60549ad2eb9029fa8f20eceb3fbed0e6e9cea08c 100644 (file)
@@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_FONTPICKERCTRL} is set to $1$ (the defaul
 
 <wx/fontpicker.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}%
@@ -44,6 +48,9 @@ The text control is automatically synchronized with button's value. Use function
 
 \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
@@ -60,7 +67,7 @@ user's input is valid, i.e. recognizable). }
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxFontPickerCtrl::wxFontPickerCtrl}\label{wxfontpickerctrl}
+\membersection{wxFontPickerCtrl::wxFontPickerCtrl}\label{wxfontpickerctrlctor}
 
 \func{}{wxFontPickerCtrl}{\param{wxWindow *}{parent},\rtfsp
 \param{wxWindowID}{ id},\rtfsp
@@ -163,6 +170,10 @@ This event class is used for the events generated by
 
 <wx/fontpicker.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event handling}
 
 To process input from a wxFontPickerCtrl, use one of these event handler macros to