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,6 +279,7 @@ public:
void Check(int id, bool check); void Check(int id, bool check);
bool IsChecked(int id) const; bool IsChecked(int id) const;
bool IsEnabled(int id) const; bool IsEnabled(int id) const;
// TODO: bool IsEnabled() const;
void SetLabel(int id, const wxString &label); void SetLabel(int id, const wxString &label);
wxString GetLabel(int id) const; wxString GetLabel(int id) const;

View File

@ -1044,6 +1044,8 @@ public:
*orient* as parameters - orient can be either of ``wx.VERTICAL`` or *orient* as parameters - orient can be either of ``wx.VERTICAL`` or
``wx.HORIZONTAL``.", ""); ``wx.HORIZONTAL``.", "");
// TODO: wxStaticBoxSizer(int orient, wxWindow *win, const wxString& label = wxEmptyString);
DocDeclStr( DocDeclStr(
wxStaticBox *, GetStaticBox(), wxStaticBox *, GetStaticBox(),
"Returns the static box associated with this sizer.", ""); "Returns the static box associated with this sizer.", "");