- void Enable(const int Id, const bool Flag);
- bool Enabled(const int Id) const ;
- inline bool IsEnabled(const int Id) const { return Enabled(Id); };
- void EnableTop(const int pos, const bool Flag);
- void Check(const int id, const bool Flag);
- bool Checked(const int id) const ;
- inline bool IsChecked(const int Id) const { return Checked(Id); };
- void SetLabel(const int id, const wxString& label) ;
- wxString GetLabel(const int id) const ;
- void SetLabelTop(const int pos, const wxString& label) ;
- wxString GetLabelTop(const int pos) const ;
- virtual void Delete(wxMenu *menu, const int index = 0); /* Menu not destroyed */
+ void Enable(int Id, bool Flag);
+ bool Enabled(int Id) const ;
+ inline bool IsEnabled(int Id) const { return Enabled(Id); };
+ void EnableTop(int pos, bool Flag);
+ void Check(int id, bool Flag);
+ bool Checked(int id) const ;
+ inline bool IsChecked(int Id) const { return Checked(Id); };
+ void SetLabel(int id, const wxString& label) ;
+ wxString GetLabel(int id) const ;
+ void SetLabelTop(int pos, const wxString& label) ;
+ wxString GetLabelTop(int pos) const ;
+ virtual void Delete(wxMenu *menu, int index = 0); /* Menu not destroyed */