X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0817a2c54ce9e9dadc9807997a33000a4c2b9cca..85136e3bf5dadf921652519e71da5db351fb3194:/docs/latex/wx/fontpicker.tex?ds=sidebyside diff --git a/docs/latex/wx/fontpicker.tex b/docs/latex/wx/fontpicker.tex index f69338d86f..60549ad2eb 100644 --- a/docs/latex/wx/fontpicker.tex +++ b/docs/latex/wx/fontpicker.tex @@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_FONTPICKERCTRL} is set to $1$ (the defaul +\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 +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event handling} To process input from a wxFontPickerCtrl, use one of these event handler macros to