- void Enable(int itemid, bool enable);
- void Check(int itemid, bool check);
- bool IsChecked(int itemid) const;
- bool IsEnabled(int itemid) const;
-
- void SetLabel(int itemid, const wxString &label);
- wxString GetLabel(int itemid) const;
+ void Enable(int id, bool enable);
+ void Check(int id, bool check);
+ bool IsChecked(int id) const;
+ bool IsEnabled(int id) const;
+ // TODO: bool IsEnabled() const;
+
+ void SetLabel(int id, const wxString &label);
+ wxString GetLabel(int id) const;