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:
parent
35e7d66928
commit
39d160c3b2
@ -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;
|
||||
|
||||
|
@ -1043,10 +1043,12 @@ public:
|
||||
"Constructor. It takes an associated static box and the orientation
|
||||
*orient* as parameters - orient can be either of ``wx.VERTICAL`` or
|
||||
``wx.HORIZONTAL``.", "");
|
||||
|
||||
// TODO: wxStaticBoxSizer(int orient, wxWindow *win, const wxString& label = wxEmptyString);
|
||||
|
||||
DocDeclStr(
|
||||
wxStaticBox *, GetStaticBox(),
|
||||
"Returns the static box associated with this sizer.", "");
|
||||
DocDeclStr(
|
||||
wxStaticBox *, GetStaticBox(),
|
||||
"Returns the static box associated with this sizer.", "");
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user