]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
Fix the library of wxGenericDirCtrl in the documentation.
[wxWidgets.git] / interface / wx / event.h
index 06939b28894d7b357ece5c78f8b5fc14864b3aea..f8cd19f9ec87fb2478054c3e7b3e6a3375d7fe0d 100644 (file)
@@ -2608,6 +2608,10 @@ public:
         Returns the integer identifier corresponding to a listbox, choice or
         radiobox selection (only if the event was a selection, not a deselection),
         or a boolean value representing the value of a checkbox.
+
+        For a menu item, this method returns -1 if the item is not checkable or
+        a boolean value (true or false) for checkable items indicating the new
+        state of the item.
     */
     int GetInt() const;