X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69deca265ea7f4d53496bafddec79a8536cfde02..8037b674e8b39d4ed3b621500237b5eb525a6de8:/include/wx/window.h?ds=sidebyside diff --git a/include/wx/window.h b/include/wx/window.h index 5ab0142320..ae32b47368 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -1586,6 +1586,7 @@ public: // If this object has the focus, child should be 'this'. virtual wxAccStatus GetFocus(int* childId, wxAccessible** child); +#if wxUSE_VARIANT // Gets a variant representing the selected children // of this object. // Acceptable values: @@ -1595,6 +1596,7 @@ public: // or 0 if this object is selected (GetType() == wxT("long") // - a "void*" pointer to a wxAccessible child object virtual wxAccStatus GetSelections(wxVariant* selections); +#endif // wxUSE_VARIANT }; #endif // wxUSE_ACCESSIBILITY