X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57bf907d8e45ced18486d74c04f41c06034b7e65..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/access.h diff --git a/interface/wx/access.h b/interface/wx/access.h index 5a540f5964..cd85a95f02 100644 --- a/interface/wx/access.h +++ b/interface/wx/access.h @@ -2,8 +2,7 @@ // Name: access.h // Purpose: interface of wxAccessible // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -357,9 +356,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);