@li wxTipWindow: Shows text in a small window
@li wxWizard: A wizard dialog
- See also the @ref commondialogs_overview.
+ See also the @ref overview_commondialogs.
@section page_categories_miscwnd Miscellaneous windows
@section page_categories_cmndlg Common dialogs
- @ref commondialogs_overview
+ @ref overview_commondialogs
Common dialogs are ready-made dialog classes which are frequently used
in an application.
This is a new set of classes for writing a customizable application
interface with built-in docking, floatable panes and a flexible
MDI-like interface. Further classes for custom notebooks with
- draggable tabs etc. are in progress. See also @ref aui_overview.
+ draggable tabs etc. are in progress. See also @ref overview_aui.
@li wxAuiManager: The central class for managing the interface
@li wxAuiNotebook: A replacement notebook class with extra features
and will in almost all cases produce dialogs looking equally well on all platforms, the
other is based on so-called constraints and is deprecated, though still available.
- @ref sizer_overview describes sizer-based layout.
+ @ref overview_sizer describes sizer-based layout.
These are the classes relevant to sizer-based layout.
@li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box
@li wxWrapSizer: A sizer which wraps its child controls as size permits
- @ref constraints_overview describes constraints-based layout.
+ @ref overview_constraints describes constraints-based layout.
These are the classes relevant to constraints-based window layout.
@section page_categories_dc Device contexts
- @ref dc_overview
+ @ref overview_dc
Device contexts are surfaces that may be drawn on, and provide an
abstraction that allows parameterisation of your drawing code
@section page_categories_gdi Graphics device interface
- @ref bitmap_overview
+ @ref overview_bitmap
These classes are related to drawing on device contexts and windows.
@section page_categories_events Events
- @ref eventhandling_overview
+ @ref overview_eventhandling
An event object contains information about a specific event. Event handlers
(usually member functions) have a single, event argument.
@section page_categories_val Validators
- @ref validator_overview
+ @ref overview_validator
These are the window validators, used for filtering and validating
user input.
@section page_categories_containers Container classes
- @ref container_overview
+ @ref overview_container
These are classes, templates and class macros are used by wxWidgets. Most
of these classes provide a subset or almost complete STL API.
@section page_categories_rtti Run-time class information system
- @ref runtimeclass_overview
+ @ref overview_runtimeclass
wxWidgets supports run-time manipulation of class information, and dynamic
creation of objects given class names.
@section page_categories_logging Logging features
- @ref log_overview
+ @ref overview_log
wxWidgets provides several classes and functions for message logging.
- Please see the @ref log_overview for more details.
+ Please see the @ref overview_log for more details.
@li wxLog: The base log class
@li wxLogStderr: Log messages to a C STDIO stream
@section page_categories_debugging Debugging features
- @ref debugging_overview
+ @ref overview_debugging
wxWidgets supports some aspects of debugging an application through
classes, functions and macros.
@section page_categories_ipc Interprocess communication
- @ref ipc_overview
+ @ref overview_ipc
wxWidgets provides simple interprocess communications facilities
based on Windows DDE, but available on most platforms using TCP.
@section page_categories_dvf Document-view framework
- @ref docview_overview
+ @ref overview_docview
wxWidgets supports a document/view framework which provides
housekeeping for a document-centric application.
@section page_categories_printing Printing framework
- @ref printing_overview
+ @ref overview_printing
A printing and previewing framework is implemented to
make it relatively straightforward to provide document printing
@section page_categories_dd Drag and drop and clipboard classes
- @ref dnd_overview
+ @ref overview_dnd
@li wxDataObject: Data object class
@li wxDataFormat: Represents a data format
@section page_categories_file File related classes
- wxWidgets has several small classes to work with disk files, see wxfileoverview for more details.
+ wxWidgets has several small classes to work with disk files, see
+ @ref overview_file for more details.
@li wxFileName: Operations with the file name and attributes
@li wxDir: Class for enumerating files/subdirectories.
@section page_categories_threading Threading classes
- @ref thread_overview
+ @ref overview_thread
wxWidgets provides a set of classes to make use of the native thread
capabilities of the various platforms.
@section page_categories_xrc XML-based resource system classes
- @ref xrc_overview
+ @ref overview_xrc
Resources allow your application to create controls and other user interface elements
from specifications stored in an XML format.