]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontpicker.tex
added wxDEPRECATED_INLINE, use it for wxPixelData<wxBitmap>::UseAlpha() to fix Sun...
[wxWidgets.git] / docs / latex / wx / fontpicker.tex
index 4f06ac899af67e306ff197706cf91ae0b131575d..43f725d8184af8258b70d610498f7348b2ffe663 100644 (file)
@@ -28,6 +28,10 @@ It is only available if \texttt{wxUSE\_FONTPICKERCTRL} is set to $1$ (the defaul
 
 <wx/fontpicker.h>
 
 
 <wx/fontpicker.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}%
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}%
@@ -44,6 +48,9 @@ The text control is automatically synchronized with button's value. Use function
 
 \wxheading{Event handling}
 
 
 \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
 \twocolwidtha{7cm}%
 \begin{twocollist}\itemsep=0pt
 \twocolitem{{\bf EVT\_FONTPICKER\_CHANGED(id, func)}}{The user changed the font
@@ -92,8 +99,8 @@ all the parameters.
 
 \docparam{id}{The identifier for the control.}
 
 
 \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.}
 
 
 \docparam{pos}{Initial position.}
 
@@ -163,6 +170,10 @@ This event class is used for the events generated by
 
 <wx/fontpicker.h>
 
 
 <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
 \wxheading{Event handling}
 
 To process input from a wxFontPickerCtrl, use one of these event handler macros to