Some TODO notes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-01-29 01:08:29 +00:00
parent 35e7d66928
commit 39d160c3b2
2 changed files with 7 additions and 4 deletions

View File

@@ -279,7 +279,8 @@ public:
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;