X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32d50c82ec5438acc20816217f5016ef14d2a68c..c2bbeff0048b6f02bf1ef41edc6c7a3ce148f907:/include/wx/gtk/menu.h?ds=sidebyside diff --git a/include/wx/gtk/menu.h b/include/wx/gtk/menu.h index f36c816d2a..ee22d137b9 100644 --- a/include/wx/gtk/menu.h +++ b/include/wx/gtk/menu.h @@ -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) };