- GtkWidget *GetLabelWidget() const { return m_labelWidget; }
- void SetLabelWidget(GtkWidget *labelWidget) { m_labelWidget = labelWidget; }
- wxString GetFactoryPath() const;
-
- wxString GetHotKey() const { return m_hotKey; }
-
- // splits given string in the label, doing & => _ translation, which is returned,
- // and in the hotkey which is used to set given pointer
- static wxString GTKProcessMenuItemLabel(const wxString& str, wxString *hotKey);