mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-25 08:54:19 +08:00
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:
committed by
Vadim Zeitlin
parent
56d857152d
commit
81e9373efa
@@ -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();
|
||||
|
||||
///@}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user