Add missing documentation of wxWindow accessibility functions
Ensure they're present in the interface header as this is also required for wrapping them in other languages, such as Python. Closes #24209.
This commit is contained in:
parent
56d857152d
commit
81e9373efa
1 changed files with 11 additions and 0 deletions
|
|
@ -3462,6 +3462,17 @@ public:
|
|||
*/
|
||||
void SetAccessible(wxAccessible* accessible);
|
||||
|
||||
/**
|
||||
Override to create a specific accessible object.
|
||||
*/
|
||||
virtual wxAccessible* CreateAccessible();
|
||||
|
||||
/**
|
||||
Returns the accessible object, calling CreateAccessible if necessary.
|
||||
May return NULL, in which case system-provide accessible is used.
|
||||
*/
|
||||
wxAccessible* GetOrCreateAccessible();
|
||||
|
||||
///@}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue