- GtkWidget *GetLabelWidget() const { return m_labelWidget; }
- void SetLabelWidget(GtkWidget *labelWidget) { m_labelWidget = labelWidget; }
- wxString GetFactoryPath() const;
-
- wxString GetHotKey() const { return m_hotKey; }
+ void SetGtkLabel();
+
+#if WXWIN_COMPATIBILITY_2_8
+ // compatibility only, don't use in new code
+ wxDEPRECATED(
+ inline
+ wxMenuItem(wxMenu *parentMenu,
+ int id,
+ const wxString& text,
+ const wxString& help,
+ bool isCheckable,
+ wxMenu *subMenu = NULL)
+ );
+#endif