Version: 3.2.5
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345678]
 Cbasic_string
 CwxMessageDialog::ButtonLabelHelper class allowing to use either stock id or string labels
 CC
 CwxWindow::ChildrenRepositioningGuardHelper for ensuring EndRepositioningChildren() is called correctly
 CwxTopLevelWindow::GeometrySerializerClass used with SaveGeometry() and RestoreToGeometry()
 CwxImage::HSVValueA simple class which stores hue, saturation and value as doubles in the range 0.0-1.0
 Cistream
 CwxPixelData< Image, PixelFormat >::IteratorThe iterator of class wxPixelData
 CwxGridBlocks::iteratorRead-only forward iterator type
 CwxFileType::MessageParametersClass representing message parameters
 Costream
 CwxImage::RGBValueA simple class which stores red, green and blue values as 8 bit unsigned integers in the range of 0-255
 Cstreambuf
 Ctemplate wxPixelDataIn< PixelFormat >
 CwxDateTime::TimeZoneClass representing a time zone
 CwxDateTime::TmContains broken down date-time representation
 CW
 CwxAboutDialogInfo

wxAboutDialogInfo contains information shown in the standard @e About
dialog displayed by the wxAboutBox() function.
 CwxAcceleratorEntry

An object used by an application wishing to create an accelerator table
(see wxAcceleratorTable).
 CwxAddRemoveAdaptorObject used to mediate between wxAddRemoveCtrl and the control showing the list of items which can be added or removed
 CwxAffineMatrix2DBase
A 2x3 matrix representing an affine 2D transformation
 CwxAny

The wxAny class represents a container for any type.
 CwxAnyValueBufferType for buffer within wxAny for holding data
 CwxAnyValueType

wxAnyValueType is base class for value type functionality for C++ data
types used with wxAny.
 CwxAppProgressIndicator

A helper class that can be used to update the progress bar in the taskbar
button on Windows and the dock icon on macOS.
 CwxAppTraits

The wxAppTraits class defines various configurable aspects of a wxApp.
 CwxArchiveIterator

An input iterator template class that can be used to transfer an archive's
catalogue to a container.
 CwxArchiveNotifier

If you need to know when a wxArchiveInputStream updates a wxArchiveEntry
object, you can create a notifier by deriving from this abstract base class,
overriding wxArchiveNotifier::OnEntryUpdated.
 CwxArray
 CwxArray< T >
The legacy dynamic array class, existing for compatibility only and NOT to be used in the new code
 CwxAuiDockArt

wxAuiDockArt is part of the wxAUI class framework.
 CwxAuiDockInfo
 CwxAuiDockUIPart
 CwxAuiNotebookPage

A simple class which holds information about the notebook's pages and their state.
 CwxAuiPaneInfo

wxAuiPaneInfo is part of the wxAUI class framework.
 CwxAuiTabArt

Tab art provider defines all the drawing functions used by wxAuiNotebook.
 CwxAuiTabContainer

wxAuiTabContainer is a class which contains information about each tab.
 CwxAuiTabContainerButton

A simple class which holds information about wxAuiNotebook tab buttons and their state.
 CwxAuiToolBarArt

wxAuiToolBarArt is part of the wxAUI class framework.
 CwxAuiToolBarItem

wxAuiToolBarItem is part of the wxAUI class framework, representing a toolbar element.
 CwxBitmapBundle
Contains representations of the same bitmap in different resolutions
 CwxBrushList

A brush list is a list containing all brushes which have been created.
 CwxBusyCursor

This class makes it easy to tell your user that the program is temporarily
busy.
 CwxBusyInfo

This class makes it easy to tell your user that the program is temporarily busy.
 CwxBusyInfoFlagsParameters for wxBusyInfo
 CwxCalendarDateAttr

wxCalendarDateAttr is a custom attributes for a calendar date.
 CwxCaret

A caret is a blinking cursor showing the position where the typed text will
appear.
 CwxClassInfo

This class stores meta-information about classes.
 CwxClientData

All classes deriving from wxEvtHandler (such as all controls and wxApp) can
hold arbitrary data which is here referred to as "client data".
 CwxClientDataContainer

This class is a mixin that provides storage and management of "client data".
 CwxCmdLineArgThe interface wxCmdLineArg provides information for an instance of argument passed on command line
 CwxCmdLineArgsAn ordered collection of wxCmdLineArg providing an iterator to enumerate the arguments passed on command line
 CwxCmdLineEntryDescThe structure wxCmdLineEntryDesc is used to describe a command line switch, option or parameter
 CwxCmdLineParser

wxCmdLineParser is a class for parsing the command line.
 CwxColourDatabase

wxWidgets maintains a database of standard RGB colours for a predefined
set of named colours.
 CwxComboCtrlFeaturesFeatures enabled for wxComboCtrl
 CwxComboPopup

In order to use a custom popup with wxComboCtrl, an interface class must be
derived from wxComboPopup.
 CwxCondition

wxCondition variables correspond to pthread conditions or to Win32 event objects.
 CwxConfigPathChanger

A handy little class which changes the current path in a wxConfig object and restores it in dtor.
 CwxCriticalSection

A critical section object is used for exactly the same purpose as a wxMutex.
 CwxCriticalSectionLocker

This is a small helper class to be used with wxCriticalSection objects.
 CwxDataFormat

A wxDataFormat is an encapsulation of a platform-specific format handle
which is used by the system for the clipboard and drag and drop operations.
 CwxDataInputStream

This class provides functions that read binary data types in a portable
way.
 CwxDataObject

A wxDataObject represents data that can be copied to or from the clipboard,
or dragged and dropped.
 CwxDataOutputStream

This class provides functions that write binary data types in a portable
way.
 CwxDataViewItem

wxDataViewItem is a small opaque class that represents an item in a wxDataViewCtrl
in a persistent way, i.e.
 CwxDataViewItemAttr

This class is used to indicate to a wxDataViewCtrl that a certain item
(see wxDataViewItem) has extra font attributes for its renderer.
 CwxDataViewModelNotifier

A wxDataViewModelNotifier instance is owned by a wxDataViewModel and mirrors
its notification interface.
 CwxDataViewValueAdjuster

This class can be used with wxDataViewRenderer::SetValueAdjuster() to
customize rendering of model values with standard renderers.
 CwxDateSpan

This class is a "logical time span" and is useful for implementing program
logic for such things as "add one month to the date" which, in general,
doesn't mean to add 60*60*24*31 seconds to it, but to take the same date
the next month (to understand that this is indeed different consider adding
one month to Feb, 15 -- we want to get Mar, 15, of course).
 CwxDateTime

wxDateTime class represents an absolute moment in time.
 CwxDateTimeHolidayAuthority
 CwxDateTimeWorkDays
 CwxDCBgModeChanger
 CwxDCBrushChanger

wxDCBrushChanger is a small helper class for setting a brush on a wxDC
and unsetting it automatically in the destructor, restoring the previous one.
 CwxDCClipper

wxDCClipper is a helper class for setting a clipping region on a wxDC
during its lifetime.
 CwxDCFontChanger

wxDCFontChanger is a small helper class for setting a font on a wxDC and
unsetting it automatically in the destructor, restoring the previous one.
 CwxDCOverlayConnects an overlay with a drawing DC
 CwxDCPenChanger

wxDCPenChanger is a small helper class for setting a pen on a wxDC
and unsetting it automatically in the destructor, restoring the previous one.
 CwxDCTextBgColourChanger

wxDCTextBgColourChanger is a small helper class for setting a background
text colour on a wxDC and unsetting it automatically in the destructor,
restoring the previous one.
 CwxDCTextBgModeChanger

wxDCTextBgModeChanger is a small helper class for setting a background
text mode on a wxDC and unsetting it automatically in the destructor,
restoring the previous one.
 CwxDCTextColourChanger

wxDCTextColourChanger is a small helper class for setting a foreground
text colour on a wxDC and unsetting it automatically in the destructor,
restoring the previous one.
 CwxDDEServer

A wxDDEServer object represents the server part of a client-server DDE
(Dynamic Data Exchange) conversation.
 CwxDebugContext

A class for performing various debugging and memory tracing operations.
 CwxDebugReport

wxDebugReport is used to generate a debug report, containing information
about the program current state.
 CwxDebugReportPreview

This class presents the debug report to the user and allows him to veto
report entirely or remove some parts of it.
 CwxDialogLayoutAdapter

This abstract class is the base for classes that help wxWidgets perform
run-time layout adaptation of dialogs.
 CwxDialUpManager

This class encapsulates functions dealing with verifying the connection
status of the workstation (connected to the Internet via a direct
connection, connected through a modem or not connected at all) and to
establish this connection if possible/required (i.e.
 CwxDir

wxDir is a portable equivalent of Unix open/read/closedir functions which
allow enumerating of the files in a directory.
 CwxDirTraverser

wxDirTraverser is an abstract interface which must be implemented by
objects passed to wxDir::Traverse() function.
 CwxDisplay

Determines the sizes and locations of displays connected to the system.
 CwxDropSource

This class represents a source for a drag and drop operation.
 CwxDropTarget

This class represents a target for a drag and drop operation.
 CwxDynamicLibrary

wxDynamicLibrary is a class representing dynamically loadable library
(Windows DLL, shared library under Unix etc).
 CwxDynamicLibraryDetails

This class is used for the objects returned by the
wxDynamicLibrary::ListLoaded() method and contains the information about a
single module loaded into the address space of the current process.
 CwxEventFilter
A global event filter for pre-processing all the events generated in the program
 CwxEventLoopActivator

Makes an event loop temporarily active.
 CwxEventLoopBase

Base class for all event loop implementations.
 CwxExecuteEnv
This structure can optionally be passed to wxExecute() to specify additional options to use for the child process
 CwxFFile

wxFFile implements buffered file I/O.
 CwxFile

A wxFile performs raw file I/O.
 CwxFileDialogCustomize
Used with wxFileDialogCustomizeHook to add custom controls to wxFileDialog
 CwxFileDialogCustomizeHook
Base class for customization hooks used with wxFileDialog
 CwxFileName

wxFileName encapsulates a file name.
 CwxFileType

This class holds information about a given @e file type.
 CwxFileTypeInfoContainer of information about wxFileType
 CwxFontEnumerator

wxFontEnumerator enumerates either all available fonts on the system or only
the ones with given attributes - either only fixed-width (suited for use in
programs such as terminal emulators and the like) or the fonts available in
the given encoding).
 CwxFontInfoThis class is a helper used for wxFont creation using named parameter idiom: it allows specifying various wxFont attributes using the chained calls to its clearly named methods instead of passing them in the fixed order to wxFont constructors
 CwxFontList

A font list is a list containing all fonts which have been created.
 CwxFontMapper

wxFontMapper manages user-definable correspondence between logical font
names and the fonts present on the machine.
 CwxFontMetrics
Simple collection of various font metrics
 CwxFSVolume

wxFSVolume represents a volume (also known as 'drive') in a file system
under wxMSW.
 CwxGBPosition

This class represents the position of an item in a virtual grid of rows and
columns managed by a wxGridBagSizer.
 CwxGBSpan

This class is used to hold the row and column spanning attributes of items
in a wxGridBagSizer.
 CwxGenericAboutDialog

This class defines a customizable @e About dialog.
 CwxGLAttribsBase

This is the base class for wxGLAttributes and wxGLContextAttrs.
 CwxGraphicsGradientStop
Represents a single gradient stop in a collection of gradient stops as represented by wxGraphicsGradientStops
 CwxGraphicsGradientStops
Represents a collection of wxGraphicGradientStop values for use with CreateLinearGradientBrush and CreateRadialGradientBrush
 CwxGraphicsPenInfoThis class is a helper used for wxGraphicsPen creation using named parameter idiom: it allows specifying various wxGraphicsPen attributes using the chained calls to its clearly named methods instead of passing them in the fixed order to wxGraphicsPen constructors
 CwxGridActivationResultRepresents the result of wxGridCellEditor::TryActivate()
 CwxGridActivationSourceRepresents a source of cell activation, which may be either a user event (mouse or keyboard) or the program itself
 CwxGridBlockCoordsRepresents coordinates of a block of cells in the grid
 CwxGridBlockDiffResultThe helper struct uses as a result type for difference functions of wxGridBlockCoords class
 CwxGridBlocksRepresents a collection of grid blocks that can be iterated over
 CwxGridCellCoordsRepresents coordinates of a grid cell
 CwxGridFitMode

Allows to specify the behaviour when the cell contents doesn't fit into its
allotted space.
 CwxGridHeaderLabelsRendererBase class for header cells renderers
 CwxGridSizesInfo

wxGridSizesInfo stores information about sizes of all wxGrid rows or
columns.
 CwxGridTableMessageMessage class used by the grid table to send requests and notifications to the grid view
 CwxGridUpdateLocker

This small class can be used to prevent wxGrid from redrawing during its
lifetime by calling wxGrid::BeginBatch() in its constructor and
wxGrid::EndBatch() in its destructor.
 CwxHashMap

This is a simple, type-safe, and reasonably efficient hash map class,
whose interface is a subset of the interface of STL containers.
 CwxHashSet

This is a simple, type-safe, and reasonably efficient hash set class,
whose interface is a subset of the interface of STL containers.
 CwxHeaderButtonParams

This @c struct can optionally be used with
wxRendererNative::DrawHeaderButton() to specify custom values used to draw
the text or bitmap label.
 CwxHeaderColumn

Represents a column header in controls displaying tabular data such as
wxDataViewCtrl or wxGrid.
 CwxHelpProvider

wxHelpProvider is an abstract class used by a program implementing
context-sensitive help to show the help text for the given window.
 CwxHtmlBookRecordHelper class for wxHtmlHelpData
 CwxHtmlHelpDataItemHelper class for wxHtmlHelpData
 CwxHtmlModalHelp

This class uses wxHtmlHelpController to display help in a modal dialog.
 CwxHtmlParser

Classes derived from this handle the @b generic parsing of HTML documents: it
scans the document and divide it into blocks of tags (where one block consists
of beginning and ending tag and of text between these two tags).
 CwxHtmlRenderingInfo

This class contains information given to cells when drawing them.
 CwxHtmlRenderingState
Selection state is passed to wxHtmlCell::Draw so that it can render itself differently e.g
 CwxHtmlRenderingStyle
wxHtmlSelection is data holder with information about text selection
 CwxHtmlSelection
 CwxHtmlTag

This class represents a single HTML tag.
 CwxHtmlWindowInterfaceAbstract interface to a HTML rendering window (such as wxHtmlWindow or wxHtmlListBox) that is passed to wxHtmlWinParser
 CwxIconLocation

wxIconLocation is a tiny class describing the location of an (external, i.e.
 CwxIdManager

wxIdManager is responsible for allocating and releasing window IDs.
 CwxImageHistogramBase
 CwxInitializer

Create an object of this class on the stack to initialize/cleanup the library
automatically.
 CwxItemAttr

Represents the attributes (colour, font, ...) of an item of a control with
multiple items such as e.g.
 CwxItemContainerImmutable

wxItemContainer defines an interface which is implemented by all controls
which have string subitems each of which may be selected.
 CwxKeyboardState
Provides methods for testing the state of the keyboard modifier keys
 CwxLanguageInfoEncapsulates a wxLanguage identifier together with OS-specific information related to that language
 CwxLinuxDistributionInfoA structure containing information about a Linux distribution as returned by the lsb_release utility
 CwxList< T >
The wxList<T> class provides linked list functionality
 CwxLocale

wxLocale class encapsulates all language-dependent settings and is a
generalization of the C locale concept.
 CwxLocaleIdentRepresents a locale in a portable way
 CwxLog

wxLog class defines the interface for the <em>log targets</em> used by wxWidgets
logging functions as explained in the @ref overview_log.
 CwxLogFormatter

wxLogFormatter class is used to format the log messages.
 CwxLogNull

This class allows you to temporarily suspend logging.
 CwxLogRecordInfoInformation about a log record (unit of the log output)
 CwxLongLong

This class represents a signed 64 bit long number.
 CwxMatrix2D

A simple container for 2x2 matrix.
 CwxMBConv

This class is the base class of a hierarchy of classes capable of
converting text strings between multibyte (SBCS or DBCS) encodings and
Unicode.
 CwxMemoryBuffer

A @b wxMemoryBuffer is a useful data structure for storing arbitrary sized
blocks of memory.
 CwxMessageOutput
Simple class allowing to write strings to various output channels
 CwxMessageQueue< T >
wxMessageQueue allows passing messages between threads
 CwxMimeTypesManager

This class allows the application to retrieve information about all known
MIME types from a system-specific location and the filename extensions to the
MIME types and vice versa.
 CwxModalDialogHookAllows intercepting all modal dialog calls
 CwxMsgCatalogRepresents a loaded translations message catalog
 CwxMutex

A mutex object is a synchronization object whose state is set to signaled when
it is not owned by any thread, and nonsignaled when it is owned.
 CwxMutexLocker

This is a small helper class to be used with wxMutex objects.
 CwxNativeFontInfo

wxNativeFontInfo is platform-specific font representation: this class
should be considered as an opaque font description only used by the native
functions, the user code can only get the objects of this type from
somewhere and pass it somewhere else (possibly save them somewhere using
ToString() and restore them using FromString())
 CwxNode< T >
wxNode<T> is the node structure used in linked lists (see wxList) and derived classes
 CwxNumberFormatterFormatting and parsing numbers using the current UI locale conventions, including support for using the correct decimal point character and thousands separators
 CwxObject

This is the root class of many of the wxWidgets classes.
 CwxObjectDataPtr< T >This is a helper template class primarily written to avoid memory leaks because of missing calls to wxRefCounter::DecRef() and wxObjectRefData::DecRef()
 CwxObjectRefData
This class is just a typedef to wxRefCounter and is used by wxObject.
 CwxOverlayCreates an overlay over an existing window, allowing for manipulations like rubberbanding, etc
 CwxPenInfoThis class is a helper used for wxPen creation using named parameter idiom: it allows specifying various wxPen attributes using the chained calls to its clearly named methods instead of passing them in the fixed order to wxPen constructors
 CwxPenList

There is only one instance of this class: ::wxThePenList.
 CwxPersistenceManagerProvides support for automatically saving and restoring object properties to persistent storage
 CwxPersistentObjectBase class for persistent object adapters
 CwxPGAttributeStorageWxPGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e
 CwxPGChoices

Helper class for managing choices of wxPropertyGrid properties.
 CwxPGInDialogValidatorCreates and manages a temporary wxTextCtrl for validation purposes
 CwxPGPaintDataContains information related to property's OnCustomPaint
 CwxPGPropArgCls
 CwxPGValidationInfoUsed to convey validation information to and from functions that actually perform validation
 CwxPGVIterator
 CwxPGWindowListContains a list of editor windows returned by CreateControls
 CwxPlatformIdDefines a very broad platform categorization
 CwxPlatformInfo

This class holds information about the operating system, the toolkit and the
basic architecture bitness of the machine where the application is currently running.
 CwxPoint

A wxPoint is a useful data structure for graphics operations.
 CwxPoint2DDouble
 CwxPoint2DInt
 CwxPosition

This class represents the position of an item in any kind of grid of rows and
columns such as wxGridBagSizer, or wxHVScrolledWindow.
 CwxPowerResource
Helper functions for acquiring and releasing the given power resource
 CwxPowerResourceBlocker
Helper RAII class ensuring that power resources are released
 CwxPreferencesEditorManage preferences dialog
 CwxPreferencesPageOne page of preferences dialog
 CwxPropagateOnceHelper class to temporarily lower propagation level
 CwxPropagationDisablerHelper class to temporarily change an event to not propagate
 CwxPropertyGridHitTestResult
 CwxPropertyGridInterface

Most of the shared property manipulation interface shared by wxPropertyGrid,
wxPropertyGridPage, and wxPropertyGridManager is defined in this class.
 CwxPropertyGridIteratorBase

 CwxPropertyGridPageState
Contains low-level property page information (properties, column widths,
etc.) of a single wxPropertyGrid or single wxPropertyGridPage.
 CwxPropertyGridPopulatorAllows populating wxPropertyGrid from arbitrary text source
 CwxProtocolLog
Class allowing to log network operations performed by wxProtocol
 CwxRealPoint

A wxRealPoint is a useful data structure for graphics operations.
 CwxRect
Represents a rectangle with integer coordinates
 CwxRect2DDouble
 CwxRect2DInt
 CwxRecursionGuard

wxRecursionGuard is a very simple class which can be used to prevent reentrancy
problems in a function.
 CwxRecursionGuardFlag

This is a completely opaque class which exists only to be used with
wxRecursionGuard, please see the example in that class' documentation.
 CwxRefCounter

This class is used to manage reference-counting providing a simple
interface and a counter.
 CwxRegEx

wxRegEx represents a regular expression.
 CwxRegKey

wxRegKey is a class representing the Windows registry (it is only available
under Windows) which can be used to create, query, set and delete registry keys.
 CwxRendererNative

First, a brief introduction to wxRendererNative and why it is needed.
 CwxRendererVersion

This simple struct represents the wxRendererNative
interface version and is only used as the return value of
wxRendererNative::GetVersion().
 CwxRibbonArtProvider

wxRibbonArtProvider is responsible for drawing all the components of the ribbon
interface.
 CwxRibbonPageTabInfo
 CwxRichMessageDialogBase
 CwxRichTextContextMenuPropertiesInfoWxRichTextContextMenuPropertiesInfo keeps track of objects that appear in the context menu, whose properties are available to be edited
 CwxRichTextLine

This object represents a line in a paragraph, and stores
offsets from the start of the paragraph representing the
start and end positions of the line.
 CwxRichTextObjectAddress

A class for specifying an object anywhere in an object hierarchy,
without using a pointer, necessary since wxRTC commands may delete
and recreate sub-objects so physical object addresses change.
 CwxRichTextRange

This stores beginning and end positions for a range of data.
 CwxRichTextSelection

Stores selection information.
 CwxRichTextTableBlockStores the coordinates for a block of cells
 CwxRichToolTip
Allows showing a tool tip with more customizations than wxToolTip
 CwxSafeArray< varType >

wxSafeArray<varType> is wxWidgets wrapper for working with MS Windows @c
SAFEARRAY used in Component Object Model (COM) and OLE Automation APIs.
 CwxScopedArray< T >
A scoped array template class
 CwxScopedCharTypeBuffer< T >
wxScopedCharTypeBuffer<T> is a template class for storing characters
 CwxScopedCharTypeBuffer< char >
 CwxScopedCharTypeBuffer< wchar_t >
 CwxScopedPtr

This is a simple scoped smart pointer implementation that is similar to
the Boost smart pointers (see http://www.boost.org) but rewritten
to use macros instead.
 CwxScopedPtr< T >
A scoped pointer template class
 CwxScopeGuard

Scope guard is an object which allows executing an action on scope exit.
 CwxScrollHelper
 CwxSecretStore
A collection of secrets, sometimes called a key chain
 CwxSecretValue
Represents the value of a secret in wxSecretStore
 CwxSemaphore

wxSemaphore is a counter limiting the number of threads concurrently accessing
a shared resource.
 CwxServer

A wxServer object represents the server part of a client-server DDE-like
(Dynamic Data Exchange) conversation.
 CwxSharedClientDataContainer

This class is a replacement for @ref wxClientDataContainer, and unlike
wxClientDataContainer the wxSharedClientDataContainer client data is
copiable, so it can be copied when objects containing it are cloned.
 CwxSharedPtr< T >
A smart pointer with non-intrusive reference counting
 CwxSingleInstanceChecker

wxSingleInstanceChecker class allows checking that only a single instance of a
program is running.
 CwxSize

A wxSize is a useful data structure for graphics operations.
 CwxSizerFlags

Container for sizer items flags providing readable names for them.
 CwxSplitterRenderParams

This is just a simple @c struct used as a return value of
wxRendererNative::GetSplitterParams().
 CwxStack< T >
wxStack<T> is similar to std::stack and can be used exactly like it
 CwxStackFrame

wxStackFrame represents a single stack frame, or a single function in the call
stack, and is used exclusively together with wxStackWalker, see there for a more
detailed discussion.
 CwxStackWalker

wxStackWalker allows an application to enumerate, or walk, the stack frames
(the function callstack).
 CwxStandardPaths

wxStandardPaths returns the standard locations in the file system and should be
used by applications to find their data files in a portable way.
 CwxStatusBarPane

A status bar pane data container used by wxStatusBar.
 CwxStopWatch

The wxStopWatch class allow you to measure time intervals.
 CwxStreamBase

This class is the base class of most stream related classes in wxWidgets.
 CwxStreamBuffer

wxStreamBuffer is a cache manager for wxStreamBase: it manages a stream buffer
linked to a stream.
 CwxStreamToTextRedirector

This class can be used to (temporarily) redirect all output sent to a C++
ostream object to a wxTextCtrl instead.
 CwxString

String class for passing textual data to or receiving it from wxWidgets.
 CwxStringBuffer

This tiny class allows you to conveniently access the wxString internal buffer
as a writable pointer without any risk of forgetting to restore the string
to the usable state later.
 CwxStringBufferLength

This tiny class allows you to conveniently access the wxString internal buffer
as a writable pointer without any risk of forgetting to restore the string to
the usable state later, and allows the user to set the internal length of the string.
 CwxSVGBitmapHandler
Abstract base class for handling bitmaps inside a wxSVGFileDC
 CwxSystemAppearanceProvides information about the current system appearance
 CwxSystemSettings

wxSystemSettings allows the application to ask for details about the system.
 CwxTaskBarButton

A taskbar button that associated with the window under Windows 7 or later.
 CwxTaskBarJumpList

This class is a transparent wrapper around Windows Jump Lists.
 CwxTaskBarJumpListCategory

This class represents a category of jump list in the taskbar button.
 CwxTaskBarJumpListItem

A wxTaskBarJumpListItem represents an item in a jump list category.
 CwxTempFFile

wxTempFFile provides a relatively safe way to replace the contents of the
existing file.
 CwxTempFile

wxTempFile provides a relatively safe way to replace the contents of the
existing file.
 CwxTextAttr

wxTextAttr represents the character and paragraph attributes, or style,
for a range of text in a wxTextCtrl or wxRichTextCtrl.
 CwxTextAttrBorder
A class representing a rich text object border
 CwxTextAttrBorders
A class representing a rich text object's borders
 CwxTextAttrDimension

A class representing a rich text dimension, including units and position.
 CwxTextAttrDimensionConverter
A class to make it easier to convert dimensions
 CwxTextAttrDimensions
A class for left, right, top and bottom dimensions
 CwxTextAttrShadow
A class representing a shadow
 CwxTextAttrSize
A class for representing width and height
 CwxTextBoxAttr
A class representing the box attributes of a rich text object
 CwxTextCompleterBase class for custom text completer objects
 CwxTextCtrlIface
 CwxTextEntry

Common base class for single line text entry fields.
 CwxTextFile

The wxTextFile is a simple class which allows working with text files on line by
line basis.
 CwxTextInputStream

This class provides functions that reads text data using an input stream,
allowing you to read text, floats, and integers.
 CwxTextOutputStream

This class provides functions that write text data using an output stream,
allowing you to write text, floats, and integers.
 CwxTextProofOptionsThis class provides a convenient means of passing multiple parameters to wxTextCtrl::EnableProofCheck()
 CwxTextWrapper

Helps wrap lines of text to given width.
 CwxThread

A thread is basically a path of execution through a program.
 CwxThreadHelper

The wxThreadHelper class is a mix-in class that manages a single background
thread, either detached or joinable (see wxThread for the differences).
 CwxThumbBarButton

A thumbnail toolbar button is a control that displayed in the thumbnail
image of a window in a taskbar button flyout.
 CwxTimerRunnerStarts the timer in its ctor, stops in the dtor
 CwxTimeSpan

wxTimeSpan class represents a time interval.
 CwxTipProvider

This is the class used together with wxShowTip() function.
 CwxTrackable

Add-on base class for a trackable object.
 CwxTrackerNode
 CwxTransform2D
 CwxTranslationsThis class allows getting translations for strings
 CwxTranslationsLoaderAbstraction of translations discovery and loading
 CwxTreeItemId

An opaque reference to a tree item.
 CwxTreeListItem

Unique identifier of an item in wxTreeListCtrl.
 CwxTreeListItemComparator

Class defining sort order for the items in wxTreeListCtrl.
 CwxUIActionSimulatorWxUIActionSimulator is a class used to simulate user interface actions such as a mouse click or a key press
 CwxUILocaleQuery and modify locale used for the UI by the current platform
 CwxULongLong

This class represents an unsigned 64 bit long number.
 CwxUniChar

This class represents a single Unicode character.
 CwxUniCharRef

Writeable reference to a character in wxString.
 CwxVarScrollHelperBase

This class provides all common base functionality for scroll calculations
shared among all variable scrolled window implementations as well as
automatic scrollbar functionality, saved scroll positions, controlling
target windows to be scrolled, as well as defining all required virtual
functions that need to be implemented for any orientation specific work.
 CwxVector< T >WxVector<T> is a template class which implements most of the std::vector class and can be used like it
 CwxVersionInfo

wxVersionInfo contains version information.
 CwxVideoMode

Determines the sizes and locations of displays connected to the system.
 CwxVisualAttributesStruct containing all the visual attributes of a control
 CwxWeakRefDynamic< T >
wxWeakRefDynamic<T> is a template class for weak references that is used in the same way as wxWeakRef<T>
 CwxWebAuthChallengeAuthentication challenge information available via wxWebRequest::GetAuthChallenge()
 CwxWebCredentials
Simple class containing the username and password to use for authenticating
 CwxWebRequest

This class allows for simple HTTP requests using the operating system's
components as implementation.
 CwxWebResponse
A wxWebResponse allows access to the response sent by the server
 CwxWebSession

Session allows creating wxWebRequest objects used for the actual HTTP
requests.
 CwxWebViewHandler

The base class for handling custom schemes in wxWebView, for example to
allow virtual file system support.
 CwxWebViewHistoryItem

A simple class that contains the URL and title of an element of the history
of a wxWebView.
 CwxWindowDisabler

This class disables all top level windows of the application (maybe with
the exception of one of them) in its constructor and enables them back in
its destructor.
 CwxWindowUpdateLocker

This tiny class prevents redrawing of a wxWindow during its lifetime by using
wxWindow::Freeze() and wxWindow::Thaw() methods.
 CwxWithImagesA mixin class to be used with other classes that use a wxImageList
 CwxXLocale

This class represents a locale object used by so-called xlocale API.
 CwxXmlAttribute

Represents a node attribute.
 CwxXmlDoctype

Represents a DOCTYPE Declaration.
 CwxXmlNode

Represents a node in an XML document.
 CwxZipNotifier

If you need to know when a wxZipInputStream updates a wxZipEntry,
you can create a notifier by deriving from this abstract base class,
overriding wxZipNotifier::OnEntryUpdated().
 CT