From 5d9dba5b1a3a9072b8f9a2789ab39e11f193940d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 11 Mar 2000 10:12:20 +0000 Subject: [PATCH] documented wxSpinCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/category.tex | 3 +++ docs/latex/wx/classes.tex | 1 + 2 files changed, 4 insertions(+) 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 -- 2.47.2