Replace references to "adv" with "core" in classes documentation
All classes previously in "wxadv" are now in "wxcore".
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
}
|
||||
@endcode
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{cmndlg,data}
|
||||
|
||||
@see wxAboutDialogInfo::SetArtists
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
@since 3.1.0
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
@appearance{activityindicator}
|
||||
*/
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
@since 3.1.0
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
*/
|
||||
class wxAddRemoveAdaptor
|
||||
{
|
||||
@@ -134,7 +134,7 @@ public:
|
||||
|
||||
@since 3.1.0
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
*/
|
||||
class wxAddRemoveCtrl : public wxPanel
|
||||
|
@@ -48,7 +48,7 @@ enum wxAnimationType
|
||||
flag is given, the control will not change its size
|
||||
@endStyleTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
|
||||
@nativeimpl{wxgtk,wxmsw}
|
||||
@@ -191,7 +191,7 @@ public:
|
||||
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).
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{gdi}
|
||||
|
||||
@stdobjects
|
||||
|
@@ -42,7 +42,7 @@
|
||||
This class is currently implemented generically and so looks the same under
|
||||
all platforms.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
@genericAppearance{bannerwindow}
|
||||
|
||||
|
@@ -46,7 +46,7 @@
|
||||
the combobox.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
@appearance{bitmapcombobox}
|
||||
|
||||
|
@@ -40,7 +40,7 @@ enum
|
||||
|
||||
The wxCalendarEvent class is used together with wxCalendarCtrl.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
|
||||
@see wxCalendarCtrl
|
||||
@@ -90,7 +90,7 @@ enum wxCalendarDateBorder
|
||||
wxCalendarDateAttr is a custom attributes for a calendar date. The objects
|
||||
of this class are used with wxCalendarCtrl.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{data}
|
||||
|
||||
@see wxCalendarCtrl
|
||||
@@ -296,7 +296,7 @@ enum wxCalendarHitTestResult
|
||||
@note Changing the selected date will trigger an EVT_CALENDAR_DAY, MONTH or
|
||||
YEAR event as well as an EVT_CALENDAR_SEL_CHANGED event.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
@appearance{calendarctrl}
|
||||
|
||||
|
@@ -37,7 +37,7 @@
|
||||
|
||||
@since 2.9.2
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
@appearance{commandlinkbutton}
|
||||
|
||||
|
@@ -90,7 +90,7 @@
|
||||
@endcode
|
||||
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewModel : public wxRefCounter
|
||||
@@ -428,7 +428,7 @@ protected:
|
||||
Base class with abstract API for wxDataViewIndexListModel and
|
||||
wxDataViewVirtualListModel.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewListModel : public wxDataViewModel
|
||||
@@ -528,7 +528,7 @@ public:
|
||||
|
||||
@see wxDataViewListModel for the API.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
|
||||
@@ -603,7 +603,7 @@ public:
|
||||
|
||||
@see wxDataViewListModel for the API.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
|
||||
@@ -677,7 +677,7 @@ public:
|
||||
|
||||
Attributes are currently only supported by wxDataViewTextRendererText.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewItemAttr
|
||||
@@ -789,7 +789,7 @@ public:
|
||||
the invisible root. Examples for this are wxDataViewModel::GetParent and
|
||||
wxDataViewModel::GetChildren.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewItem
|
||||
@@ -990,7 +990,7 @@ wxEventType wxEVT_DATAVIEW_ITEM_DROP;
|
||||
you can call wxSystemThemedControl::EnableSystemTheme with @c false
|
||||
argument to disable this.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl,dvc}
|
||||
@appearance{dataviewctrl}
|
||||
*/
|
||||
@@ -1728,7 +1728,7 @@ public:
|
||||
its notification interface.
|
||||
See the documentation of that class for further information.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewModelNotifier
|
||||
@@ -1911,7 +1911,7 @@ enum wxDataViewCellRenderState
|
||||
by the constructors respectively controls what actions the cell data allows
|
||||
and how the renderer should display its contents in a cell.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewRenderer : public wxObject
|
||||
@@ -2083,7 +2083,7 @@ protected:
|
||||
wxDataViewTextRenderer is used for rendering text.
|
||||
It supports in-place editing if desired.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewTextRenderer : public wxDataViewRenderer
|
||||
@@ -2160,7 +2160,7 @@ public:
|
||||
shift operator.
|
||||
|
||||
@see wxDataViewCheckIconTextRenderer
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewIconTextRenderer : public wxDataViewRenderer
|
||||
@@ -2196,7 +2196,7 @@ public:
|
||||
in the corresponding sample.
|
||||
|
||||
@see wxDataViewIconTextRenderer, wxDataViewToggleRenderer
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
@since 3.1.1
|
||||
*/
|
||||
@@ -2240,7 +2240,7 @@ public:
|
||||
|
||||
This class is used by wxDataViewCtrl to render progress bars.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewProgressRenderer : public wxDataViewRenderer
|
||||
@@ -2271,7 +2271,7 @@ public:
|
||||
It supports modifying the values in-place by using a wxSpinCtrl.
|
||||
The renderer only support variants of type @e long.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewSpinRenderer : public wxDataViewCustomRenderer
|
||||
@@ -2297,7 +2297,7 @@ public:
|
||||
radio buttons.
|
||||
|
||||
@see wxDataViewCheckIconTextRenderer
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewToggleRenderer : public wxDataViewRenderer
|
||||
@@ -2347,7 +2347,7 @@ public:
|
||||
|
||||
@see wxDataViewChoiceByIndexRenderer
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
|
||||
@@ -2380,7 +2380,7 @@ public:
|
||||
index, i.e. an @c int, in the variant used by its SetValue() and
|
||||
GetValue().
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewChoiceByIndexRenderer : public wxDataViewChoiceRenderer
|
||||
@@ -2400,7 +2400,7 @@ public:
|
||||
|
||||
This class is used by wxDataViewCtrl to render calendar controls.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewDateRenderer : public wxDataViewRenderer
|
||||
@@ -2442,7 +2442,7 @@ public:
|
||||
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.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewCustomRenderer : public wxDataViewRenderer
|
||||
@@ -2655,7 +2655,7 @@ protected:
|
||||
|
||||
This class is used by wxDataViewCtrl to render bitmap controls.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewBitmapRenderer : public wxDataViewRenderer
|
||||
@@ -2698,7 +2698,7 @@ enum wxDataViewColumnFlags
|
||||
|
||||
An instance of wxDataViewRenderer is used by this class to render its data.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewColumn : public wxSettableHeaderColumn
|
||||
@@ -2807,7 +2807,7 @@ public:
|
||||
See wxDataViewCtrl for the list of events emitted by this class.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl,dvc}
|
||||
|
||||
@since 2.9.0
|
||||
@@ -3131,7 +3131,7 @@ public:
|
||||
See wxDataViewCtrl for the list of events emitted by this class.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl,dvc}
|
||||
|
||||
@since 2.9.0
|
||||
@@ -3337,7 +3337,7 @@ public:
|
||||
used directly without having to derive any class from it, but it is
|
||||
mostly used from within wxDataViewListCtrl.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
|
||||
@@ -3491,7 +3491,7 @@ public:
|
||||
which they were added, or its Compare() function to compare the items using
|
||||
some other criterion, e.g. alphabetically.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewTreeStore : public wxDataViewModel
|
||||
@@ -3630,7 +3630,7 @@ public:
|
||||
wxDataViewIconText is used by wxDataViewIconTextRenderer for data transfer.
|
||||
This class can be converted to and from a wxVariant.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewIconText : public wxObject
|
||||
@@ -3714,7 +3714,7 @@ public:
|
||||
Process a @c wxEVT_DATAVIEW_CACHE_HINT event.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events,dvc}
|
||||
*/
|
||||
class wxDataViewEvent : public wxNotifyEvent
|
||||
@@ -3950,7 +3950,7 @@ public:
|
||||
|
||||
@since 3.1.1
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{dvc}
|
||||
*/
|
||||
class wxDataViewValueAdjuster
|
||||
|
@@ -74,7 +74,7 @@ enum
|
||||
control.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{pickers}
|
||||
@appearance{datepickerctrl}
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
with wxDatePickerCtrl. It also serves as a base class
|
||||
for wxCalendarEvent.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
*/
|
||||
class wxDateEvent : public wxCommandEvent
|
||||
|
@@ -32,7 +32,7 @@
|
||||
|
||||
The control uses a wxListCtrl internally and emit its events.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
|
||||
@see wxListBox, wxListCtrl
|
||||
|
@@ -43,7 +43,7 @@
|
||||
}
|
||||
@endcode
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{cmndlg}
|
||||
|
||||
@see wxAboutDialogInfo
|
||||
|
@@ -26,7 +26,7 @@
|
||||
|
||||
Lines starting with ';' will be ignored.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{help}
|
||||
|
||||
@see wxHelpController
|
||||
|
@@ -20,7 +20,7 @@
|
||||
This is an abstract class, and you will normally use one of the predefined
|
||||
derived classes or derive your own class from it.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellAutoWrapStringRenderer, wxGridCellBoolRenderer,
|
||||
@@ -101,7 +101,7 @@ protected:
|
||||
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.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellBoolRenderer,
|
||||
@@ -125,7 +125,7 @@ public:
|
||||
|
||||
This class may be used to format boolean data in a cell.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
|
||||
@@ -149,7 +149,7 @@ public:
|
||||
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.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
|
||||
@@ -193,7 +193,7 @@ public:
|
||||
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.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
|
||||
@@ -251,7 +251,7 @@ enum wxGridCellFloatFormat
|
||||
|
||||
This class may be used to format floating point data in a cell.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
|
||||
@@ -328,7 +328,7 @@ public:
|
||||
|
||||
This class may be used to format integer data in a cell.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
|
||||
@@ -351,7 +351,7 @@ public:
|
||||
This class may be used to format string data in a cell; it is the default
|
||||
for string cells.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellRenderer, wxGridCellAutoWrapStringRenderer,
|
||||
@@ -378,7 +378,7 @@ public:
|
||||
the cell attributes for individual cells, rows, columns, or even for the
|
||||
entire grid.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellAutoWrapStringEditor, wxGridCellBoolEditor,
|
||||
@@ -527,7 +527,7 @@ protected:
|
||||
|
||||
Grid cell editor for wrappable string/text data.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellBoolEditor, wxGridCellChoiceEditor,
|
||||
@@ -545,7 +545,7 @@ public:
|
||||
|
||||
Grid cell editor for boolean data.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
|
||||
@@ -584,7 +584,7 @@ public:
|
||||
Grid cell editor for string data providing the user a choice from a list of
|
||||
strings.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
|
||||
@@ -635,7 +635,7 @@ public:
|
||||
(e.g. data in cell is 0,1,2 ... n the cell could be displayed as
|
||||
"John","Fred"..."Bob" in the combo choice box).
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
|
||||
@@ -660,7 +660,7 @@ public:
|
||||
|
||||
Grid cell editor for string/text data.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
|
||||
@@ -699,7 +699,7 @@ public:
|
||||
|
||||
The editor for floating point numbers data.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
|
||||
@@ -737,7 +737,7 @@ public:
|
||||
|
||||
Grid cell editor for numeric integer data.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see wxGridCellEditor, wxGridCellAutoWrapStringEditor,
|
||||
@@ -784,7 +784,7 @@ protected:
|
||||
changing their attributes from the defaults. An object of this class may be
|
||||
returned by wxGridTableBase::GetAttr().
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
*/
|
||||
class wxGridCellAttr : public wxClientDataContainer, public wxRefCounter
|
||||
@@ -1488,7 +1488,7 @@ public:
|
||||
|
||||
@see wxGridStringTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
*/
|
||||
class wxGridTableBase : public wxObject
|
||||
@@ -1921,7 +1921,7 @@ enum wxGridTableRequest
|
||||
This structure is particularly useful for serializing the sizes of all
|
||||
wxGrid elements at once.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
*/
|
||||
struct wxGridSizesInfo
|
||||
@@ -2061,7 +2061,7 @@ enum wxGridRenderStyle
|
||||
wxGridEditorCreatedEvent for the documentation of all event types you can
|
||||
use with wxGrid.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
|
||||
@see @ref overview_grid, wxGridUpdateLocker
|
||||
@@ -4700,7 +4700,7 @@ protected:
|
||||
wxGrid::EndBatch() because you don't risk missing the call the latter (due
|
||||
to an exception for example).
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid}
|
||||
*/
|
||||
class wxGridUpdateLocker
|
||||
@@ -4824,7 +4824,7 @@ public:
|
||||
wxWidgets 2.9.5.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid,events}
|
||||
*/
|
||||
class wxGridEvent : public wxNotifyEvent
|
||||
@@ -4918,7 +4918,7 @@ public:
|
||||
Same as EVT_GRID_CMD_ROW_SIZE() but uses `wxID_ANY` id.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid,events}
|
||||
*/
|
||||
class wxGridSizeEvent : public wxNotifyEvent
|
||||
@@ -4980,7 +4980,7 @@ public:
|
||||
identifier. Processes a @c wxEVT_GRID_RANGE_SELECT event type.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid,events}
|
||||
*/
|
||||
class wxGridRangeSelectEvent : public wxNotifyEvent
|
||||
@@ -5069,7 +5069,7 @@ public:
|
||||
Processes a @c wxEVT_GRID_EDITOR_CREATED event type.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{grid,events}
|
||||
*/
|
||||
class wxGridEditorCreatedEvent : public wxCommandEvent
|
||||
|
@@ -21,7 +21,7 @@
|
||||
User clicked on a hyperlink.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
*/
|
||||
class wxHyperlinkEvent : public wxCommandEvent
|
||||
@@ -90,7 +90,7 @@ wxEventType wxEVT_HYPERLINK;
|
||||
Currently this class is implemented using native support in wxGTK and wxMSW
|
||||
and a generic version is used by the other ports.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
@appearance{hyperlinkctrl}
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
wxJoystick allows an application to control one or more joysticks.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{misc}
|
||||
|
||||
@see wxJoystickEvent
|
||||
|
@@ -102,7 +102,7 @@ enum wxLayoutAlignment
|
||||
previous events in order to calculate window sizes.
|
||||
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{winlayout}
|
||||
|
||||
@see wxSashEvent, wxSashLayoutWindow, @ref overview_events
|
||||
@@ -165,7 +165,7 @@ public:
|
||||
for you. However, if you use sashes, see wxSashWindow for relevant event information.
|
||||
See also wxLayoutAlgorithm for information about the layout events.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
|
||||
@see wxLayoutAlgorithm, wxSashWindow, @ref overview_events
|
||||
@@ -297,7 +297,7 @@ public:
|
||||
from a window.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
|
||||
@see wxCalculateLayoutEvent, wxSashLayoutWindow, wxLayoutAlgorithm.
|
||||
@@ -386,7 +386,7 @@ wxEventType wxEVT_QUERY_LAYOUT_INFO;
|
||||
'bite' out of a rectangle provided by the algorithm.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
|
||||
@see wxQueryLayoutInfoEvent, wxSashLayoutWindow, wxLayoutAlgorithm.
|
||||
|
@@ -51,7 +51,7 @@
|
||||
@endEventTable
|
||||
|
||||
@since 2.9.0
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{misc}
|
||||
*/
|
||||
class wxNotificationMessage : public wxEvtHandler
|
||||
|
@@ -74,7 +74,7 @@ enum
|
||||
|
||||
@see Events emitted by wxComboCtrl.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
@appearance{ownerdrawncombobox}
|
||||
|
||||
|
@@ -101,7 +101,7 @@ enum wxPropertySheetDialogFlags
|
||||
|
||||
For more about layout adaptation, see @ref overview_dialog_autoscrolling.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{managedwnd}
|
||||
*/
|
||||
class wxPropertySheetDialog : public wxDialog
|
||||
|
@@ -84,7 +84,7 @@ enum wxTipKind
|
||||
The images below show some examples of rich tooltips on different
|
||||
platforms, with various customizations applied.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
@appearance{richtooltip}
|
||||
|
||||
|
@@ -68,7 +68,7 @@ enum wxSashDragStatus
|
||||
with ids in the given range have their sashes dragged.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
|
||||
@see wxSashEvent, wxSashLayoutWindow, @ref overview_events
|
||||
@@ -241,7 +241,7 @@ public:
|
||||
the given range have their sashes dragged.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
|
||||
@see wxSashWindow, @ref overview_events
|
||||
|
@@ -23,7 +23,7 @@
|
||||
Linux systems in 2017 and osspd (OSS Proxy Daemon) package typically needs
|
||||
to be installed to make it work.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{media}
|
||||
*/
|
||||
class wxSound : public wxObject
|
||||
|
@@ -35,7 +35,7 @@
|
||||
wxYield();
|
||||
@endcode
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{managedwnd}
|
||||
*/
|
||||
class wxSplashScreen : public wxFrame
|
||||
|
@@ -25,7 +25,7 @@ enum wxTaskBarIconType
|
||||
For a list of the event macros meant to be used with wxTaskBarIconEvent,
|
||||
please look at wxTaskBarIcon description.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
*/
|
||||
class wxTaskBarIconEvent : public wxEvent
|
||||
@@ -84,7 +84,7 @@ public:
|
||||
in the menu being displayed on the current platform.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{misc}
|
||||
*/
|
||||
class wxTaskBarIcon : public wxEvtHandler
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
Currently no special styles are defined for this object.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{pickers}
|
||||
|
||||
@since 2.9.3
|
||||
@@ -42,7 +42,7 @@ enum
|
||||
control.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{pickers}
|
||||
@appearance{timepickerctrl}
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
simple text file, you will want to derive a new class from wxTipProvider and
|
||||
use it instead of the one returned by wxCreateFileTipProvider().
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{misc}
|
||||
|
||||
@see @ref overview_tips, ::wxShowTip
|
||||
|
@@ -50,7 +50,7 @@ enum
|
||||
|
||||
@see wxTreeListCtrl
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
|
||||
@since 2.9.3
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
|
||||
@see wxTreeListCtrl
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
|
||||
@since 2.9.3
|
||||
@@ -252,7 +252,7 @@ extern const wxTreeListItem wxTLI_LAST;
|
||||
if you need to know it.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{ctrl}
|
||||
|
||||
@since 2.9.3
|
||||
|
@@ -41,7 +41,7 @@
|
||||
wxWizardPage::GetBitmap() can also be overridden, but this should be very
|
||||
rarely needed.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
|
||||
@see wxWizard, @ref page_samples_wizard
|
||||
@@ -142,7 +142,7 @@ public:
|
||||
The wizard finished button was pressed.
|
||||
@endEventTable
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{events}
|
||||
|
||||
@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
|
||||
case you must derive your own class from wxWizardPage instead.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{miscwnd}
|
||||
|
||||
@see wxWizard, @ref page_samples_wizard
|
||||
@@ -339,7 +339,7 @@ public:
|
||||
|
||||
See also wxDialog for other extended styles.
|
||||
|
||||
@library{wxadv}
|
||||
@library{wxcore}
|
||||
@category{cmndlg}
|
||||
|
||||
@see wxWizardEvent, wxWizardPage, @ref page_samples_wizard
|
||||
|
Reference in New Issue
Block a user