X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57bf907d8e45ced18486d74c04f41c06034b7e65..38723be1d50facc0176455b69b409dcd457ac07a:/interface/wx/access.h?ds=inline diff --git a/interface/wx/access.h b/interface/wx/access.h index 5a540f5964..10cb58bcfe 100644 --- a/interface/wx/access.h +++ b/interface/wx/access.h @@ -357,9 +357,9 @@ public: Acceptable values are: @li a null variant (IsNull() returns @true) - @li a list variant (GetType() == wxT("list")) + @li a list variant (GetType() == "list") @li an integer representing the selected child element, - or 0 if this object is selected (GetType() == wxT("long")) + or 0 if this object is selected (GetType() == "long") @li a "void*" pointer to a wxAccessible child object */ virtual wxAccStatus GetSelections(wxVariant* selections);