Replace references to "adv" with "core" in classes documentation

All classes previously in "wxadv" are now in "wxcore".
This commit is contained in:
Vadim Zeitlin
2018-08-27 22:52:15 +02:00
parent f40a39e666
commit 560d00f3cc
30 changed files with 97 additions and 97 deletions

View File

@@ -45,7 +45,7 @@
} }
@endcode @endcode
@library{wxadv} @library{wxcore}
@category{cmndlg,data} @category{cmndlg,data}
@see wxAboutDialogInfo::SetArtists @see wxAboutDialogInfo::SetArtists

View File

@@ -15,7 +15,7 @@
@since 3.1.0 @since 3.1.0
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@appearance{activityindicator} @appearance{activityindicator}
*/ */

View File

@@ -21,7 +21,7 @@
@since 3.1.0 @since 3.1.0
@library{wxadv} @library{wxcore}
*/ */
class wxAddRemoveAdaptor class wxAddRemoveAdaptor
{ {
@@ -134,7 +134,7 @@ public:
@since 3.1.0 @since 3.1.0
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
*/ */
class wxAddRemoveCtrl : public wxPanel class wxAddRemoveCtrl : public wxPanel

View File

@@ -48,7 +48,7 @@ enum wxAnimationType
flag is given, the control will not change its size flag is given, the control will not change its size
@endStyleTable @endStyleTable
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@nativeimpl{wxgtk,wxmsw} @nativeimpl{wxgtk,wxmsw}
@@ -191,7 +191,7 @@ public:
On other platforms wxAnimation is always capable of loading both GIF and ANI On other platforms wxAnimation is always capable of loading both GIF and ANI
formats (i.e. both @c wxANIMATION_TYPE_GIF and @c wxANIMATION_TYPE_ANI). formats (i.e. both @c wxANIMATION_TYPE_GIF and @c wxANIMATION_TYPE_ANI).
@library{wxadv} @library{wxcore}
@category{gdi} @category{gdi}
@stdobjects @stdobjects

View File

@@ -42,7 +42,7 @@
This class is currently implemented generically and so looks the same under This class is currently implemented generically and so looks the same under
all platforms. all platforms.
@library{wxadv} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@genericAppearance{bannerwindow} @genericAppearance{bannerwindow}

View File

@@ -46,7 +46,7 @@
the combobox. the combobox.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@appearance{bitmapcombobox} @appearance{bitmapcombobox}

View File

@@ -40,7 +40,7 @@ enum
The wxCalendarEvent class is used together with wxCalendarCtrl. The wxCalendarEvent class is used together with wxCalendarCtrl.
@library{wxadv} @library{wxcore}
@category{events} @category{events}
@see wxCalendarCtrl @see wxCalendarCtrl
@@ -90,7 +90,7 @@ enum wxCalendarDateBorder
wxCalendarDateAttr is a custom attributes for a calendar date. The objects wxCalendarDateAttr is a custom attributes for a calendar date. The objects
of this class are used with wxCalendarCtrl. of this class are used with wxCalendarCtrl.
@library{wxadv} @library{wxcore}
@category{data} @category{data}
@see wxCalendarCtrl @see wxCalendarCtrl
@@ -296,7 +296,7 @@ enum wxCalendarHitTestResult
@note Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or @note Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or
YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event. YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event.
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@appearance{calendarctrl} @appearance{calendarctrl}

View File

@@ -37,7 +37,7 @@
@since 2.9.2 @since 2.9.2
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@appearance{commandlinkbutton} @appearance{commandlinkbutton}

View File

@@ -90,7 +90,7 @@
@endcode @endcode
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewModel : public wxRefCounter class wxDataViewModel : public wxRefCounter
@@ -428,7 +428,7 @@ protected:
Base class with abstract API for wxDataViewIndexListModel and Base class with abstract API for wxDataViewIndexListModel and
wxDataViewVirtualListModel. wxDataViewVirtualListModel.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewListModel : public wxDataViewModel class wxDataViewListModel : public wxDataViewModel
@@ -528,7 +528,7 @@ public:
@see wxDataViewListModel for the API. @see wxDataViewListModel for the API.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
@@ -603,7 +603,7 @@ public:
@see wxDataViewListModel for the API. @see wxDataViewListModel for the API.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
@@ -677,7 +677,7 @@ public:
Attributes are currently only supported by wxDataViewTextRendererText. Attributes are currently only supported by wxDataViewTextRendererText.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewItemAttr class wxDataViewItemAttr
@@ -789,7 +789,7 @@ public:
the invisible root. Examples for this are wxDataViewModel::GetParent and the invisible root. Examples for this are wxDataViewModel::GetParent and
wxDataViewModel::GetChildren. wxDataViewModel::GetChildren.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewItem class wxDataViewItem
@@ -990,7 +990,7 @@ wxEventType wxEVT_DATAVIEW_ITEM_DROP;
you can call wxSystemThemedControl::EnableSystemTheme with @c false you can call wxSystemThemedControl::EnableSystemTheme with @c false
argument to disable this. argument to disable this.
@library{wxadv} @library{wxcore}
@category{ctrl,dvc} @category{ctrl,dvc}
@appearance{dataviewctrl} @appearance{dataviewctrl}
*/ */
@@ -1728,7 +1728,7 @@ public:
its notification interface. its notification interface.
See the documentation of that class for further information. See the documentation of that class for further information.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewModelNotifier class wxDataViewModelNotifier
@@ -1911,7 +1911,7 @@ enum wxDataViewCellRenderState
by the constructors respectively controls what actions the cell data allows by the constructors respectively controls what actions the cell data allows
and how the renderer should display its contents in a cell. and how the renderer should display its contents in a cell.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewRenderer : public wxObject class wxDataViewRenderer : public wxObject
@@ -2083,7 +2083,7 @@ protected:
wxDataViewTextRenderer is used for rendering text. wxDataViewTextRenderer is used for rendering text.
It supports in-place editing if desired. It supports in-place editing if desired.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewTextRenderer : public wxDataViewRenderer class wxDataViewTextRenderer : public wxDataViewRenderer
@@ -2160,7 +2160,7 @@ public:
shift operator. shift operator.
@see wxDataViewCheckIconTextRenderer @see wxDataViewCheckIconTextRenderer
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewIconTextRenderer : public wxDataViewRenderer class wxDataViewIconTextRenderer : public wxDataViewRenderer
@@ -2196,7 +2196,7 @@ public:
in the corresponding sample. in the corresponding sample.
@see wxDataViewIconTextRenderer, wxDataViewToggleRenderer @see wxDataViewIconTextRenderer, wxDataViewToggleRenderer
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
@since 3.1.1 @since 3.1.1
*/ */
@@ -2240,7 +2240,7 @@ public:
This class is used by wxDataViewCtrl to render progress bars. This class is used by wxDataViewCtrl to render progress bars.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewProgressRenderer : public wxDataViewRenderer class wxDataViewProgressRenderer : public wxDataViewRenderer
@@ -2271,7 +2271,7 @@ public:
It supports modifying the values in-place by using a wxSpinCtrl. It supports modifying the values in-place by using a wxSpinCtrl.
The renderer only support variants of type @e long. The renderer only support variants of type @e long.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewSpinRenderer : public wxDataViewCustomRenderer class wxDataViewSpinRenderer : public wxDataViewCustomRenderer
@@ -2297,7 +2297,7 @@ public:
radio buttons. radio buttons.
@see wxDataViewCheckIconTextRenderer @see wxDataViewCheckIconTextRenderer
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewToggleRenderer : public wxDataViewRenderer class wxDataViewToggleRenderer : public wxDataViewRenderer
@@ -2347,7 +2347,7 @@ public:
@see wxDataViewChoiceByIndexRenderer @see wxDataViewChoiceByIndexRenderer
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
@@ -2380,7 +2380,7 @@ public:
index, i.e. an @c int, in the variant used by its SetValue() and index, i.e. an @c int, in the variant used by its SetValue() and
GetValue(). GetValue().
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewChoiceByIndexRenderer : public wxDataViewChoiceRenderer class wxDataViewChoiceByIndexRenderer : public wxDataViewChoiceRenderer
@@ -2400,7 +2400,7 @@ public:
This class is used by wxDataViewCtrl to render calendar controls. This class is used by wxDataViewCtrl to render calendar controls.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewDateRenderer : public wxDataViewRenderer class wxDataViewDateRenderer : public wxDataViewRenderer
@@ -2442,7 +2442,7 @@ public:
Note that a special event handler will be pushed onto that editor control Note that a special event handler will be pushed onto that editor control
which handles @e \<ENTER\> and focus out events in order to end the editing. which handles @e \<ENTER\> and focus out events in order to end the editing.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewCustomRenderer : public wxDataViewRenderer class wxDataViewCustomRenderer : public wxDataViewRenderer
@@ -2655,7 +2655,7 @@ protected:
This class is used by wxDataViewCtrl to render bitmap controls. This class is used by wxDataViewCtrl to render bitmap controls.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewBitmapRenderer : public wxDataViewRenderer class wxDataViewBitmapRenderer : public wxDataViewRenderer
@@ -2698,7 +2698,7 @@ enum wxDataViewColumnFlags
An instance of wxDataViewRenderer is used by this class to render its data. An instance of wxDataViewRenderer is used by this class to render its data.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewColumn : public wxSettableHeaderColumn class wxDataViewColumn : public wxSettableHeaderColumn
@@ -2807,7 +2807,7 @@ public:
See wxDataViewCtrl for the list of events emitted by this class. See wxDataViewCtrl for the list of events emitted by this class.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{ctrl,dvc} @category{ctrl,dvc}
@since 2.9.0 @since 2.9.0
@@ -3131,7 +3131,7 @@ public:
See wxDataViewCtrl for the list of events emitted by this class. See wxDataViewCtrl for the list of events emitted by this class.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{ctrl,dvc} @category{ctrl,dvc}
@since 2.9.0 @since 2.9.0
@@ -3337,7 +3337,7 @@ public:
used directly without having to derive any class from it, but it is used directly without having to derive any class from it, but it is
mostly used from within wxDataViewListCtrl. mostly used from within wxDataViewListCtrl.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
@@ -3491,7 +3491,7 @@ public:
which they were added, or its Compare() function to compare the items using which they were added, or its Compare() function to compare the items using
some other criterion, e.g. alphabetically. some other criterion, e.g. alphabetically.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewTreeStore : public wxDataViewModel class wxDataViewTreeStore : public wxDataViewModel
@@ -3630,7 +3630,7 @@ public:
wxDataViewIconText is used by wxDataViewIconTextRenderer for data transfer. wxDataViewIconText is used by wxDataViewIconTextRenderer for data transfer.
This class can be converted to and from a wxVariant. This class can be converted to and from a wxVariant.
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewIconText : public wxObject class wxDataViewIconText : public wxObject
@@ -3714,7 +3714,7 @@ public:
Process a @c wxEVT_DATAVIEW_CACHE_HINT event. Process a @c wxEVT_DATAVIEW_CACHE_HINT event.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{events,dvc} @category{events,dvc}
*/ */
class wxDataViewEvent : public wxNotifyEvent class wxDataViewEvent : public wxNotifyEvent
@@ -3950,7 +3950,7 @@ public:
@since 3.1.1 @since 3.1.1
@library{wxadv} @library{wxcore}
@category{dvc} @category{dvc}
*/ */
class wxDataViewValueAdjuster class wxDataViewValueAdjuster

View File

@@ -74,7 +74,7 @@ enum
control. control.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{pickers} @category{pickers}
@appearance{datepickerctrl} @appearance{datepickerctrl}

View File

@@ -12,7 +12,7 @@
with wxDatePickerCtrl. It also serves as a base class with wxDatePickerCtrl. It also serves as a base class
for wxCalendarEvent. for wxCalendarEvent.
@library{wxadv} @library{wxcore}
@category{events} @category{events}
*/ */
class wxDateEvent : public wxCommandEvent class wxDateEvent : public wxCommandEvent

View File

@@ -32,7 +32,7 @@
The control uses a wxListCtrl internally and emit its events. The control uses a wxListCtrl internally and emit its events.
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@see wxListBox, wxListCtrl @see wxListBox, wxListCtrl

View File

@@ -43,7 +43,7 @@
} }
@endcode @endcode
@library{wxadv} @library{wxcore}
@category{cmndlg} @category{cmndlg}
@see wxAboutDialogInfo @see wxAboutDialogInfo

View File

@@ -26,7 +26,7 @@
Lines starting with ';' will be ignored. Lines starting with ';' will be ignored.
@library{wxadv} @library{wxcore}
@category{help} @category{help}
@see wxHelpController @see wxHelpController

View File

@@ -20,7 +20,7 @@
This is an abstract class, and you will normally use one of the predefined This is an abstract class, and you will normally use one of the predefined
derived classes or derive your own class from it. derived classes or derive your own class from it.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellAutoWrapStringRenderer, wxGridCellBoolRenderer, @see wxGridCellAutoWrapStringRenderer, wxGridCellBoolRenderer,
@@ -101,7 +101,7 @@ protected:
This class may be used to format string data in a cell. The too This class may be used to format string data in a cell. The too
long lines are wrapped to be shown entirely at word boundaries. long lines are wrapped to be shown entirely at word boundaries.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellBoolRenderer, @see wxGridCellRenderer, wxGridCellBoolRenderer,
@@ -125,7 +125,7 @@ public:
This class may be used to format boolean data in a cell. This class may be used to format boolean data in a cell.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer, @see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
@@ -149,7 +149,7 @@ public:
The class wxDateTime is used internally to display the local date/time The class wxDateTime is used internally to display the local date/time
or to parse the string date entered in the cell thanks to the defined format. or to parse the string date entered in the cell thanks to the defined format.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer, @see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
@@ -193,7 +193,7 @@ public:
example, if this string is @c "John,Fred,Bob" the cell will be rendered as example, if this string is @c "John,Fred,Bob" the cell will be rendered as
"John", "Fred" or "Bob" if its contents is 0, 1 or 2 respectively. "John", "Fred" or "Bob" if its contents is 0, 1 or 2 respectively.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer, @see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
@@ -251,7 +251,7 @@ enum wxGridCellFloatFormat
This class may be used to format floating point data in a cell. This class may be used to format floating point data in a cell.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer, @see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
@@ -328,7 +328,7 @@ public:
This class may be used to format integer data in a cell. This class may be used to format integer data in a cell.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer, @see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
@@ -351,7 +351,7 @@ public:
This class may be used to format string data in a cell; it is the default This class may be used to format string data in a cell; it is the default
for string cells. for string cells.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer, @see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
@@ -378,7 +378,7 @@ public:
the cell attributes for individual cells, rows, columns, or even for the the cell attributes for individual cells, rows, columns, or even for the
entire grid. entire grid.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellAutoWrapStringEditor, wxGridCellBoolEditor, @see wxGridCellAutoWrapStringEditor, wxGridCellBoolEditor,
@@ -527,7 +527,7 @@ protected:
Grid cell editor for wrappable string/text data. Grid cell editor for wrappable string/text data.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellBoolEditor, wxGridCellChoiceEditor, @see wxGridCellEditor, wxGridCellBoolEditor, wxGridCellChoiceEditor,
@@ -545,7 +545,7 @@ public:
Grid cell editor for boolean data. Grid cell editor for boolean data.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor, @see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
@@ -584,7 +584,7 @@ public:
Grid cell editor for string data providing the user a choice from a list of Grid cell editor for string data providing the user a choice from a list of
strings. strings.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor, @see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
@@ -635,7 +635,7 @@ public:
(e.g. data in cell is 0,1,2 ... n the cell could be displayed as (e.g. data in cell is 0,1,2 ... n the cell could be displayed as
"John","Fred"..."Bob" in the combo choice box). "John","Fred"..."Bob" in the combo choice box).
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor, @see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
@@ -660,7 +660,7 @@ public:
Grid cell editor for string/text data. Grid cell editor for string/text data.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor, @see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
@@ -699,7 +699,7 @@ public:
The editor for floating point numbers data. The editor for floating point numbers data.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor, @see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
@@ -737,7 +737,7 @@ public:
Grid cell editor for numeric integer data. Grid cell editor for numeric integer data.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor, @see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
@@ -784,7 +784,7 @@ protected:
changing their attributes from the defaults. An object of this class may be changing their attributes from the defaults. An object of this class may be
returned by wxGridTableBase::GetAttr(). returned by wxGridTableBase::GetAttr().
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
*/ */
class wxGridCellAttr : public wxClientDataContainer, public wxRefCounter class wxGridCellAttr : public wxClientDataContainer, public wxRefCounter
@@ -1488,7 +1488,7 @@ public:
@see wxGridStringTable @see wxGridStringTable
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
*/ */
class wxGridTableBase : public wxObject class wxGridTableBase : public wxObject
@@ -1921,7 +1921,7 @@ enum wxGridTableRequest
This structure is particularly useful for serializing the sizes of all This structure is particularly useful for serializing the sizes of all
wxGrid elements at once. wxGrid elements at once.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
*/ */
struct wxGridSizesInfo struct wxGridSizesInfo
@@ -2061,7 +2061,7 @@ enum wxGridRenderStyle
wxGridEditorCreatedEvent for the documentation of all event types you can wxGridEditorCreatedEvent for the documentation of all event types you can
use with wxGrid. use with wxGrid.
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
@see @ref overview_grid, wxGridUpdateLocker @see @ref overview_grid, wxGridUpdateLocker
@@ -4700,7 +4700,7 @@ protected:
wxGrid::EndBatch() because you don't risk missing the call the latter (due wxGrid::EndBatch() because you don't risk missing the call the latter (due
to an exception for example). to an exception for example).
@library{wxadv} @library{wxcore}
@category{grid} @category{grid}
*/ */
class wxGridUpdateLocker class wxGridUpdateLocker
@@ -4824,7 +4824,7 @@ public:
wxWidgets 2.9.5. wxWidgets 2.9.5.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{grid,events} @category{grid,events}
*/ */
class wxGridEvent : public wxNotifyEvent class wxGridEvent : public wxNotifyEvent
@@ -4918,7 +4918,7 @@ public:
Same as EVT_GRID_CMD_ROW_SIZE() but uses `wxID_ANY` id. Same as EVT_GRID_CMD_ROW_SIZE() but uses `wxID_ANY` id.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{grid,events} @category{grid,events}
*/ */
class wxGridSizeEvent : public wxNotifyEvent class wxGridSizeEvent : public wxNotifyEvent
@@ -4980,7 +4980,7 @@ public:
identifier. Processes a @c wxEVT_GRID_RANGE_SELECT event type. identifier. Processes a @c wxEVT_GRID_RANGE_SELECT event type.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{grid,events} @category{grid,events}
*/ */
class wxGridRangeSelectEvent : public wxNotifyEvent class wxGridRangeSelectEvent : public wxNotifyEvent
@@ -5069,7 +5069,7 @@ public:
Processes a @c wxEVT_GRID_EDITOR_CREATED event type. Processes a @c wxEVT_GRID_EDITOR_CREATED event type.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{grid,events} @category{grid,events}
*/ */
class wxGridEditorCreatedEvent : public wxCommandEvent class wxGridEditorCreatedEvent : public wxCommandEvent

View File

@@ -21,7 +21,7 @@
User clicked on a hyperlink. User clicked on a hyperlink.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{events} @category{events}
*/ */
class wxHyperlinkEvent : public wxCommandEvent class wxHyperlinkEvent : public wxCommandEvent
@@ -90,7 +90,7 @@ wxEventType wxEVT_HYPERLINK;
Currently this class is implemented using native support in wxGTK and wxMSW Currently this class is implemented using native support in wxGTK and wxMSW
and a generic version is used by the other ports. and a generic version is used by the other ports.
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@appearance{hyperlinkctrl} @appearance{hyperlinkctrl}

View File

@@ -10,7 +10,7 @@
wxJoystick allows an application to control one or more joysticks. wxJoystick allows an application to control one or more joysticks.
@library{wxadv} @library{wxcore}
@category{misc} @category{misc}
@see wxJoystickEvent @see wxJoystickEvent

View File

@@ -102,7 +102,7 @@ enum wxLayoutAlignment
previous events in order to calculate window sizes. previous events in order to calculate window sizes.
@library{wxadv} @library{wxcore}
@category{winlayout} @category{winlayout}
@see wxSashEvent, wxSashLayoutWindow, @ref overview_events @see wxSashEvent, wxSashLayoutWindow, @ref overview_events
@@ -165,7 +165,7 @@ public:
for you. However, if you use sashes, see wxSashWindow for relevant event information. for you. However, if you use sashes, see wxSashWindow for relevant event information.
See also wxLayoutAlgorithm for information about the layout events. See also wxLayoutAlgorithm for information about the layout events.
@library{wxadv} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@see wxLayoutAlgorithm, wxSashWindow, @ref overview_events @see wxLayoutAlgorithm, wxSashWindow, @ref overview_events
@@ -297,7 +297,7 @@ public:
from a window. from a window.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{events} @category{events}
@see wxCalculateLayoutEvent, wxSashLayoutWindow, wxLayoutAlgorithm. @see wxCalculateLayoutEvent, wxSashLayoutWindow, wxLayoutAlgorithm.
@@ -386,7 +386,7 @@ wxEventType wxEVT_QUERY_LAYOUT_INFO;
'bite' out of a rectangle provided by the algorithm. 'bite' out of a rectangle provided by the algorithm.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{events} @category{events}
@see wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm. @see wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm.

View File

@@ -51,7 +51,7 @@
@endEventTable @endEventTable
@since 2.9.0 @since 2.9.0
@library{wxadv} @library{wxcore}
@category{misc} @category{misc}
*/ */
class wxNotificationMessage : public wxEvtHandler class wxNotificationMessage : public wxEvtHandler

View File

@@ -74,7 +74,7 @@ enum
@see Events emitted by wxComboCtrl. @see Events emitted by wxComboCtrl.
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@appearance{ownerdrawncombobox} @appearance{ownerdrawncombobox}

View File

@@ -101,7 +101,7 @@ enum wxPropertySheetDialogFlags
For more about layout adaptation, see @ref overview_dialog_autoscrolling. For more about layout adaptation, see @ref overview_dialog_autoscrolling.
@library{wxadv} @library{wxcore}
@category{managedwnd} @category{managedwnd}
*/ */
class wxPropertySheetDialog : public wxDialog class wxPropertySheetDialog : public wxDialog

View File

@@ -84,7 +84,7 @@ enum wxTipKind
The images below show some examples of rich tooltips on different The images below show some examples of rich tooltips on different
platforms, with various customizations applied. platforms, with various customizations applied.
@library{wxadv} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@appearance{richtooltip} @appearance{richtooltip}

View File

@@ -68,7 +68,7 @@ enum wxSashDragStatus
with ids in the given range have their sashes dragged. with ids in the given range have their sashes dragged.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@see wxSashEvent, wxSashLayoutWindow, @ref overview_events @see wxSashEvent, wxSashLayoutWindow, @ref overview_events
@@ -241,7 +241,7 @@ public:
the given range have their sashes dragged. the given range have their sashes dragged.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{events} @category{events}
@see wxSashWindow, @ref overview_events @see wxSashWindow, @ref overview_events

View File

@@ -23,7 +23,7 @@
Linux systems in 2017 and osspd (OSS Proxy Daemon) package typically needs Linux systems in 2017 and osspd (OSS Proxy Daemon) package typically needs
to be installed to make it work. to be installed to make it work.
@library{wxadv} @library{wxcore}
@category{media} @category{media}
*/ */
class wxSound : public wxObject class wxSound : public wxObject

View File

@@ -35,7 +35,7 @@
wxYield(); wxYield();
@endcode @endcode
@library{wxadv} @library{wxcore}
@category{managedwnd} @category{managedwnd}
*/ */
class wxSplashScreen : public wxFrame class wxSplashScreen : public wxFrame

View File

@@ -25,7 +25,7 @@ enum wxTaskBarIconType
For a list of the event macros meant to be used with wxTaskBarIconEvent, For a list of the event macros meant to be used with wxTaskBarIconEvent,
please look at wxTaskBarIcon description. please look at wxTaskBarIcon description.
@library{wxadv} @library{wxcore}
@category{events} @category{events}
*/ */
class wxTaskBarIconEvent : public wxEvent class wxTaskBarIconEvent : public wxEvent
@@ -84,7 +84,7 @@ public:
in the menu being displayed on the current platform. in the menu being displayed on the current platform.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{misc} @category{misc}
*/ */
class wxTaskBarIcon : public wxEvtHandler class wxTaskBarIcon : public wxEvtHandler

View File

@@ -12,7 +12,7 @@
Currently no special styles are defined for this object. Currently no special styles are defined for this object.
@library{wxadv} @library{wxcore}
@category{pickers} @category{pickers}
@since 2.9.3 @since 2.9.3
@@ -42,7 +42,7 @@ enum
control. control.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{pickers} @category{pickers}
@appearance{timepickerctrl} @appearance{timepickerctrl}

View File

@@ -17,7 +17,7 @@
simple text file, you will want to derive a new class from wxTipProvider and simple text file, you will want to derive a new class from wxTipProvider and
use it instead of the one returned by wxCreateFileTipProvider(). use it instead of the one returned by wxCreateFileTipProvider().
@library{wxadv} @library{wxcore}
@category{misc} @category{misc}
@see @ref overview_tips, ::wxShowTip @see @ref overview_tips, ::wxShowTip

View File

@@ -50,7 +50,7 @@ enum
@see wxTreeListCtrl @see wxTreeListCtrl
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@since 2.9.3 @since 2.9.3
@@ -79,7 +79,7 @@ public:
@see wxTreeListCtrl @see wxTreeListCtrl
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@since 2.9.3 @since 2.9.3
@@ -252,7 +252,7 @@ extern const wxTreeListItem wxTLI_LAST;
if you need to know it. if you need to know it.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{ctrl} @category{ctrl}
@since 2.9.3 @since 2.9.3

View File

@@ -41,7 +41,7 @@
wxWizardPage::GetBitmap() can also be overridden, but this should be very wxWizardPage::GetBitmap() can also be overridden, but this should be very
rarely needed. rarely needed.
@library{wxadv} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@see wxWizard, @ref page_samples_wizard @see wxWizard, @ref page_samples_wizard
@@ -142,7 +142,7 @@ public:
The wizard finished button was pressed. The wizard finished button was pressed.
@endEventTable @endEventTable
@library{wxadv} @library{wxcore}
@category{events} @category{events}
@see wxWizard, @ref page_samples_wizard @see wxWizard, @ref page_samples_wizard
@@ -194,7 +194,7 @@ wxEventType wxEVT_WIZARD_BEFORE_PAGE_CHANGED;
the pages order is known statically - on the other hand, if this is not the the pages order is known statically - on the other hand, if this is not the
case you must derive your own class from wxWizardPage instead. case you must derive your own class from wxWizardPage instead.
@library{wxadv} @library{wxcore}
@category{miscwnd} @category{miscwnd}
@see wxWizard, @ref page_samples_wizard @see wxWizard, @ref page_samples_wizard
@@ -339,7 +339,7 @@ public:
See also wxDialog for other extended styles. See also wxDialog for other extended styles.
@library{wxadv} @library{wxcore}
@category{cmndlg} @category{cmndlg}
@see wxWizardEvent, wxWizardPage, @ref page_samples_wizard @see wxWizardEvent, wxWizardPage, @ref page_samples_wizard