]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text contr...
[wxWidgets.git] / include / wx / gtk / menu.h
index f36c816d2a5e724cfc0ff82fb0761dd6142c67c3..ee22d137b9ea1505fddc30c812e8b0e3f0da2fdb 100644 (file)
@@ -107,6 +107,10 @@ private:
     // common part of Append and Insert
     bool GtkAppend(wxMenuItem *item);
 
+    // if the last menu item was a radio one, this field contains its path,
+    // otherwise it is empty
+    wxString m_pathLastRadio;
+
     DECLARE_DYNAMIC_CLASS(wxMenu)
 };