X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..6ab3e0396c67d2674a2cf52a5d18cc26d2472619:/interface/wx/event.h diff --git a/interface/wx/event.h b/interface/wx/event.h index 06939b2889..f8cd19f9ec 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -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;