diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index 95def882ea..7f83fdd115 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -85,6 +85,7 @@ that are not static can have \helpref{validators}{wxvalidator} associated with t \twocolitem{\helpref{wxTreeCtrl}{wxtreectrl}}{Tree (hierachy) control} \twocolitem{\helpref{wxScrollBar}{wxscrollbar}}{Scrollbar control} \twocolitem{\helpref{wxSpinButton}{wxspinbutton}}{A spin or `up-down' control} +\twocolitem{\helpref{wxSpinCtrl}{wxspinctrl}}{A spin control - i.e. spin button and text control} \twocolitem{\helpref{wxStaticText}{wxstatictext}}{One or more lines of non-editable text} \twocolitem{\helpref{wxStaticBitmap}{wxstaticbitmap}}{A control to display a bitmap} \twocolitem{\helpref{wxRadioBox}{wxradiobox}}{A group of radio buttons} @@ -476,6 +477,8 @@ used internally by the HTML classes. \twocolitem{\helpref{wxSystemSettings}{wxsystemsettings}}{System settings class} \twocolitem{\helpref{wxAcceleratorTable}{wxacceleratortable}}{Accelerator table} \twocolitem{\helpref{wxAutomationObject}{wxautomationobject}}{OLE automation class} +\twocolitem{\helpref{wxFontMapper}{wxfontmapper}}{Font mapping, finding suitable font for given encoding} +\twocolitem{\helpref{wxEncodingConverter}{wxencodingconverter}}{Encoding conversions} \end{twocollist} {\large {\bf Database classes}} diff --git a/docs/latex/wx/classes.tex b/docs/latex/wx/classes.tex index e3dd1d59ea..8893178c04 100644 --- a/docs/latex/wx/classes.tex +++ b/docs/latex/wx/classes.tex @@ -231,6 +231,7 @@ \input socket.tex \input strmsock.tex \input spinbutt.tex +\input spinctrl.tex \input splitevt.tex \input splitter.tex \input statbmp.tex