Add accessibility event notifications to wxDVC
This commit is contained in:
@@ -252,6 +252,13 @@ public:
|
||||
|
||||
virtual bool SetFont(const wxFont & font) wxOVERRIDE;
|
||||
|
||||
#if wxUSE_ACCESSIBILITY
|
||||
virtual bool Show(bool show = true) wxOVERRIDE;
|
||||
virtual bool Enable(bool enable = true) wxOVERRIDE;
|
||||
virtual void SetName(const wxString &name) wxOVERRIDE;
|
||||
virtual bool Reparent(wxWindowBase *newParent) wxOVERRIDE;
|
||||
#endif // wxUSE_ACCESSIBILITY
|
||||
|
||||
virtual bool AllowMultiColumnSort(bool allow) wxOVERRIDE;
|
||||
virtual bool IsMultiColumnSortAllowed() const wxOVERRIDE { return m_allowMultiColumnSort; }
|
||||
virtual void ToggleSortByColumn(int column) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user