access.h File Reference

Classes

class  wxAccessible
 The wxAccessible class allows wxWidgets applications, and wxWidgets itself, to return extended information about user interface elements to client applications such as screen readers. More...

Defines



#define wxACC_STATE_SYSTEM_ALERT_HIGH   0x00000001
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_ALERT_MEDIUM   0x00000002
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_ALERT_LOW   0x00000004
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_ANIMATED   0x00000008
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_BUSY   0x00000010
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_CHECKED   0x00000020
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_COLLAPSED   0x00000040
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_DEFAULT   0x00000080
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_EXPANDED   0x00000100
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_EXTSELECTABLE   0x00000200
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_FLOATING   0x00000400
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_FOCUSABLE   0x00000800
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_FOCUSED   0x00001000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_HOTTRACKED   0x00002000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_INVISIBLE   0x00004000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_MARQUEED   0x00008000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_MIXED   0x00010000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_MULTISELECTABLE   0x00020000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_OFFSCREEN   0x00040000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_PRESSED   0x00080000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_PROTECTED   0x00100000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_READONLY   0x00200000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_SELECTABLE   0x00400000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_SELECTED   0x00800000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_SELFVOICING   0x01000000
 Represents a status of the system.
#define wxACC_STATE_SYSTEM_UNAVAILABLE   0x02000000
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_SOUND   0x0001
 An event identifier that can be sent via wxAccessible::NotifyEvent.
#define wxACC_EVENT_SYSTEM_ALERT   0x0002
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_FOREGROUND   0x0003
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MENUSTART   0x0004
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MENUEND   0x0005
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MENUPOPUPSTART   0x0006
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MENUPOPUPEND   0x0007
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_CAPTURESTART   0x0008
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_CAPTUREEND   0x0009
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MOVESIZESTART   0x000A
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MOVESIZEEND   0x000B
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_CONTEXTHELPSTART   0x000C
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_CONTEXTHELPEND   0x000D
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_DRAGDROPSTART   0x000E
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_DRAGDROPEND   0x000F
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_DIALOGSTART   0x0010
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_DIALOGEND   0x0011
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_SCROLLINGSTART   0x0012
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_SCROLLINGEND   0x0013
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_SWITCHSTART   0x0014
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_SWITCHEND   0x0015
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MINIMIZESTART   0x0016
 Represents a status of the system.
#define wxACC_EVENT_SYSTEM_MINIMIZEEND   0x0017
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_CREATE   0x8000
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_DESTROY   0x8001
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_SHOW   0x8002
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_HIDE   0x8003
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_REORDER   0x8004
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_FOCUS   0x8005
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_SELECTION   0x8006
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_SELECTIONADD   0x8007
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_SELECTIONREMOVE   0x8008
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_SELECTIONWITHIN   0x8009
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_STATECHANGE   0x800A
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_LOCATIONCHANGE   0x800B
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_NAMECHANGE   0x800C
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_DESCRIPTIONCHANGE   0x800D
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_VALUECHANGE   0x800E
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_PARENTCHANGE   0x800F
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_HELPCHANGE   0x8010
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_DEFACTIONCHANGE   0x8011
 Represents a status of the system.
#define wxACC_EVENT_OBJECT_ACCELERATORCHANGE   0x8012
 Represents a status of the system.

Enumerations

enum  wxAccStatus {
  wxACC_FAIL,
  wxACC_FALSE,
  wxACC_OK,
  wxACC_NOT_IMPLEMENTED,
  wxACC_NOT_SUPPORTED
}
 

wxAccessible functions return a wxAccStatus error code, which may be one of this enum's values.

More...
enum  wxNavDir {
  wxNAVDIR_DOWN,
  wxNAVDIR_FIRSTCHILD,
  wxNAVDIR_LASTCHILD,
  wxNAVDIR_LEFT,
  wxNAVDIR_NEXT,
  wxNAVDIR_PREVIOUS,
  wxNAVDIR_RIGHT,
  wxNAVDIR_UP
}
 

Directions of navigation are represented by this enum.

More...
enum  wxAccRole {
  wxROLE_NONE,
  wxROLE_SYSTEM_ALERT,
  wxROLE_SYSTEM_ANIMATION,
  wxROLE_SYSTEM_APPLICATION,
  wxROLE_SYSTEM_BORDER,
  wxROLE_SYSTEM_BUTTONDROPDOWN,
  wxROLE_SYSTEM_BUTTONDROPDOWNGRID,
  wxROLE_SYSTEM_BUTTONMENU,
  wxROLE_SYSTEM_CARET,
  wxROLE_SYSTEM_CELL,
  wxROLE_SYSTEM_CHARACTER,
  wxROLE_SYSTEM_CHART,
  wxROLE_SYSTEM_CHECKBUTTON,
  wxROLE_SYSTEM_CLIENT,
  wxROLE_SYSTEM_CLOCK,
  wxROLE_SYSTEM_COLUMN,
  wxROLE_SYSTEM_COLUMNHEADER,
  wxROLE_SYSTEM_COMBOBOX,
  wxROLE_SYSTEM_CURSOR,
  wxROLE_SYSTEM_DIAGRAM,
  wxROLE_SYSTEM_DIAL,
  wxROLE_SYSTEM_DIALOG,
  wxROLE_SYSTEM_DOCUMENT,
  wxROLE_SYSTEM_DROPLIST,
  wxROLE_SYSTEM_EQUATION,
  wxROLE_SYSTEM_GRAPHIC,
  wxROLE_SYSTEM_GRIP,
  wxROLE_SYSTEM_GROUPING,
  wxROLE_SYSTEM_HELPBALLOON,
  wxROLE_SYSTEM_HOTKEYFIELD,
  wxROLE_SYSTEM_INDICATOR,
  wxROLE_SYSTEM_LINK,
  wxROLE_SYSTEM_LIST,
  wxROLE_SYSTEM_LISTITEM,
  wxROLE_SYSTEM_MENUBAR,
  wxROLE_SYSTEM_MENUITEM,
  wxROLE_SYSTEM_MENUPOPUP,
  wxROLE_SYSTEM_OUTLINE,
  wxROLE_SYSTEM_OUTLINEITEM,
  wxROLE_SYSTEM_PAGETAB,
  wxROLE_SYSTEM_PAGETABLIST,
  wxROLE_SYSTEM_PANE,
  wxROLE_SYSTEM_PROGRESSBAR,
  wxROLE_SYSTEM_PROPERTYPAGE,
  wxROLE_SYSTEM_PUSHBUTTON,
  wxROLE_SYSTEM_RADIOBUTTON,
  wxROLE_SYSTEM_ROW,
  wxROLE_SYSTEM_ROWHEADER,
  wxROLE_SYSTEM_SCROLLBAR,
  wxROLE_SYSTEM_SEPARATOR,
  wxROLE_SYSTEM_SLIDER,
  wxROLE_SYSTEM_SOUND,
  wxROLE_SYSTEM_SPINBUTTON,
  wxROLE_SYSTEM_STATICTEXT,
  wxROLE_SYSTEM_STATUSBAR,
  wxROLE_SYSTEM_TABLE,
  wxROLE_SYSTEM_TEXT,
  wxROLE_SYSTEM_TITLEBAR,
  wxROLE_SYSTEM_TOOLBAR,
  wxROLE_SYSTEM_TOOLTIP,
  wxROLE_SYSTEM_WHITESPACE,
  wxROLE_SYSTEM_WINDOW
}
 

The role of a user interface element is represented by the values of this enum.

More...
enum  wxAccObject {
  wxOBJID_WINDOW = 0x00000000,
  wxOBJID_SYSMENU = 0xFFFFFFFF,
  wxOBJID_TITLEBAR = 0xFFFFFFFE,
  wxOBJID_MENU = 0xFFFFFFFD,
  wxOBJID_CLIENT = 0xFFFFFFFC,
  wxOBJID_VSCROLL = 0xFFFFFFFB,
  wxOBJID_HSCROLL = 0xFFFFFFFA,
  wxOBJID_SIZEGRIP = 0xFFFFFFF9,
  wxOBJID_CARET = 0xFFFFFFF8,
  wxOBJID_CURSOR = 0xFFFFFFF7,
  wxOBJID_ALERT = 0xFFFFFFF6,
  wxOBJID_SOUND = 0xFFFFFFF5
}
 

Objects are represented by a wxAccObject enum value.

More...
enum  wxAccSelectionFlags {
  wxACC_SEL_NONE = 0,
  wxACC_SEL_TAKEFOCUS = 1,
  wxACC_SEL_TAKESELECTION = 2,
  wxACC_SEL_EXTENDSELECTION = 4,
  wxACC_SEL_ADDSELECTION = 8,
  wxACC_SEL_REMOVESELECTION = 16
}
 

Selection actions are identified by the wxAccSelectionFlags values.

More...

Define Documentation

#define wxACC_EVENT_OBJECT_ACCELERATORCHANGE   0x8012

Represents a status of the system.

#define wxACC_EVENT_OBJECT_CREATE   0x8000

Represents a status of the system.

#define wxACC_EVENT_OBJECT_DEFACTIONCHANGE   0x8011

Represents a status of the system.

#define wxACC_EVENT_OBJECT_DESCRIPTIONCHANGE   0x800D

Represents a status of the system.

#define wxACC_EVENT_OBJECT_DESTROY   0x8001

Represents a status of the system.

#define wxACC_EVENT_OBJECT_FOCUS   0x8005

Represents a status of the system.

#define wxACC_EVENT_OBJECT_HELPCHANGE   0x8010

Represents a status of the system.

#define wxACC_EVENT_OBJECT_HIDE   0x8003

Represents a status of the system.

#define wxACC_EVENT_OBJECT_LOCATIONCHANGE   0x800B

Represents a status of the system.

#define wxACC_EVENT_OBJECT_NAMECHANGE   0x800C

Represents a status of the system.

#define wxACC_EVENT_OBJECT_PARENTCHANGE   0x800F

Represents a status of the system.

#define wxACC_EVENT_OBJECT_REORDER   0x8004

Represents a status of the system.

#define wxACC_EVENT_OBJECT_SELECTION   0x8006

Represents a status of the system.

#define wxACC_EVENT_OBJECT_SELECTIONADD   0x8007

Represents a status of the system.

#define wxACC_EVENT_OBJECT_SELECTIONREMOVE   0x8008

Represents a status of the system.

#define wxACC_EVENT_OBJECT_SELECTIONWITHIN   0x8009

Represents a status of the system.

#define wxACC_EVENT_OBJECT_SHOW   0x8002

Represents a status of the system.

#define wxACC_EVENT_OBJECT_STATECHANGE   0x800A

Represents a status of the system.

#define wxACC_EVENT_OBJECT_VALUECHANGE   0x800E

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_ALERT   0x0002

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_CAPTUREEND   0x0009

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_CAPTURESTART   0x0008

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_CONTEXTHELPEND   0x000D

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_CONTEXTHELPSTART   0x000C

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_DIALOGEND   0x0011

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_DIALOGSTART   0x0010

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_DRAGDROPEND   0x000F

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_DRAGDROPSTART   0x000E

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_FOREGROUND   0x0003

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MENUEND   0x0005

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MENUPOPUPEND   0x0007

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MENUPOPUPSTART   0x0006

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MENUSTART   0x0004

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MINIMIZEEND   0x0017

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MINIMIZESTART   0x0016

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MOVESIZEEND   0x000B

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_MOVESIZESTART   0x000A

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_SCROLLINGEND   0x0013

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_SCROLLINGSTART   0x0012

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_SOUND   0x0001

An event identifier that can be sent via wxAccessible::NotifyEvent.

#define wxACC_EVENT_SYSTEM_SWITCHEND   0x0015

Represents a status of the system.

#define wxACC_EVENT_SYSTEM_SWITCHSTART   0x0014

Represents a status of the system.

#define wxACC_STATE_SYSTEM_ALERT_HIGH   0x00000001

Represents a status of the system.

#define wxACC_STATE_SYSTEM_ALERT_LOW   0x00000004

Represents a status of the system.

#define wxACC_STATE_SYSTEM_ALERT_MEDIUM   0x00000002

Represents a status of the system.

#define wxACC_STATE_SYSTEM_ANIMATED   0x00000008

Represents a status of the system.

#define wxACC_STATE_SYSTEM_BUSY   0x00000010

Represents a status of the system.

#define wxACC_STATE_SYSTEM_CHECKED   0x00000020

Represents a status of the system.

#define wxACC_STATE_SYSTEM_COLLAPSED   0x00000040

Represents a status of the system.

#define wxACC_STATE_SYSTEM_DEFAULT   0x00000080

Represents a status of the system.

#define wxACC_STATE_SYSTEM_EXPANDED   0x00000100

Represents a status of the system.

#define wxACC_STATE_SYSTEM_EXTSELECTABLE   0x00000200

Represents a status of the system.

#define wxACC_STATE_SYSTEM_FLOATING   0x00000400

Represents a status of the system.

#define wxACC_STATE_SYSTEM_FOCUSABLE   0x00000800

Represents a status of the system.

#define wxACC_STATE_SYSTEM_FOCUSED   0x00001000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_HOTTRACKED   0x00002000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_INVISIBLE   0x00004000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_MARQUEED   0x00008000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_MIXED   0x00010000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_MULTISELECTABLE   0x00020000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_OFFSCREEN   0x00040000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_PRESSED   0x00080000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_PROTECTED   0x00100000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_READONLY   0x00200000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_SELECTABLE   0x00400000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_SELECTED   0x00800000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_SELFVOICING   0x01000000

Represents a status of the system.

#define wxACC_STATE_SYSTEM_UNAVAILABLE   0x02000000

Represents a status of the system.


Enumeration Type Documentation

Objects are represented by a wxAccObject enum value.

Enumerator:
wxOBJID_WINDOW 
wxOBJID_SYSMENU 
wxOBJID_TITLEBAR 
wxOBJID_MENU 
wxOBJID_CLIENT 
wxOBJID_VSCROLL 
wxOBJID_HSCROLL 
wxOBJID_SIZEGRIP 
wxOBJID_CARET 
wxOBJID_CURSOR 
wxOBJID_ALERT 
wxOBJID_SOUND 
enum wxAccRole

The role of a user interface element is represented by the values of this enum.

Enumerator:
wxROLE_NONE 
wxROLE_SYSTEM_ALERT 
wxROLE_SYSTEM_ANIMATION 
wxROLE_SYSTEM_APPLICATION 
wxROLE_SYSTEM_BORDER 
wxROLE_SYSTEM_BUTTONDROPDOWN 
wxROLE_SYSTEM_BUTTONDROPDOWNGRID 
wxROLE_SYSTEM_BUTTONMENU 
wxROLE_SYSTEM_CARET 
wxROLE_SYSTEM_CELL 
wxROLE_SYSTEM_CHARACTER 
wxROLE_SYSTEM_CHART 
wxROLE_SYSTEM_CHECKBUTTON 
wxROLE_SYSTEM_CLIENT 
wxROLE_SYSTEM_CLOCK 
wxROLE_SYSTEM_COLUMN 
wxROLE_SYSTEM_COLUMNHEADER 
wxROLE_SYSTEM_COMBOBOX 
wxROLE_SYSTEM_CURSOR 
wxROLE_SYSTEM_DIAGRAM 
wxROLE_SYSTEM_DIAL 
wxROLE_SYSTEM_DIALOG 
wxROLE_SYSTEM_DOCUMENT 
wxROLE_SYSTEM_DROPLIST 
wxROLE_SYSTEM_EQUATION 
wxROLE_SYSTEM_GRAPHIC 
wxROLE_SYSTEM_GRIP 
wxROLE_SYSTEM_GROUPING 
wxROLE_SYSTEM_HELPBALLOON 
wxROLE_SYSTEM_HOTKEYFIELD 
wxROLE_SYSTEM_INDICATOR 
wxROLE_SYSTEM_LINK 
wxROLE_SYSTEM_LIST 
wxROLE_SYSTEM_LISTITEM 
wxROLE_SYSTEM_MENUBAR 
wxROLE_SYSTEM_MENUITEM 
wxROLE_SYSTEM_MENUPOPUP 
wxROLE_SYSTEM_OUTLINE 
wxROLE_SYSTEM_OUTLINEITEM 
wxROLE_SYSTEM_PAGETAB 
wxROLE_SYSTEM_PAGETABLIST 
wxROLE_SYSTEM_PANE 
wxROLE_SYSTEM_PROGRESSBAR 
wxROLE_SYSTEM_PROPERTYPAGE 
wxROLE_SYSTEM_PUSHBUTTON 
wxROLE_SYSTEM_RADIOBUTTON 
wxROLE_SYSTEM_ROW 
wxROLE_SYSTEM_ROWHEADER 
wxROLE_SYSTEM_SCROLLBAR 
wxROLE_SYSTEM_SEPARATOR 
wxROLE_SYSTEM_SLIDER 
wxROLE_SYSTEM_SOUND 
wxROLE_SYSTEM_SPINBUTTON 
wxROLE_SYSTEM_STATICTEXT 
wxROLE_SYSTEM_STATUSBAR 
wxROLE_SYSTEM_TABLE 
wxROLE_SYSTEM_TEXT 
wxROLE_SYSTEM_TITLEBAR 
wxROLE_SYSTEM_TOOLBAR 
wxROLE_SYSTEM_TOOLTIP 
wxROLE_SYSTEM_WHITESPACE 
wxROLE_SYSTEM_WINDOW 

Selection actions are identified by the wxAccSelectionFlags values.

Enumerator:
wxACC_SEL_NONE 
wxACC_SEL_TAKEFOCUS 
wxACC_SEL_TAKESELECTION 
wxACC_SEL_EXTENDSELECTION 
wxACC_SEL_ADDSELECTION 
wxACC_SEL_REMOVESELECTION 

wxAccessible functions return a wxAccStatus error code, which may be one of this enum's values.

Enumerator:
wxACC_FAIL 

The function failed.

wxACC_FALSE 

The function returned false.

wxACC_OK 

The function completed successfully.

wxACC_NOT_IMPLEMENTED 

The function is not implemented.

wxACC_NOT_SUPPORTED 

The function is not supported.

enum wxNavDir

Directions of navigation are represented by this enum.

Enumerator:
wxNAVDIR_DOWN 
wxNAVDIR_FIRSTCHILD 
wxNAVDIR_LASTCHILD 
wxNAVDIR_LEFT 
wxNAVDIR_NEXT 
wxNAVDIR_PREVIOUS 
wxNAVDIR_RIGHT 
wxNAVDIR_UP 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



wxWidgets logo

[ top ]