Add wxACC_SELF and fix parameter name

(cherry picked from commit b75f473ea3e2ee081a4ce0038a3102fa7a000b34)
This commit is contained in:
Robin Dunn
2018-10-10 10:52:36 -07:00
parent b0c025e9fd
commit 1a31420e92

View File

@@ -25,6 +25,11 @@ enum wxAccStatus
}; };
/** Child ids are integer identifiers from 1 up.
So zero represents 'this' object.
*/
#define wxACC_SELF 0
/** /**
This enum represents directions of navigation used in This enum represents directions of navigation used in
wxAccessible::Navigate(). wxAccessible::Navigate().
@@ -495,7 +500,7 @@ public:
*/ */
static void NotifyEvent(int eventType, wxWindow* window, static void NotifyEvent(int eventType, wxWindow* window,
wxAccObject objectType, wxAccObject objectType,
int objectType); int objectId);
/** /**
Selects the object or child. See wxAccSelectionFlags for a list Selects the object or child. See wxAccSelectionFlags for a list