]> git.saurik.com Git - wxWidgets.git/commitdiff
Some TODO notes
authorRobin Dunn <robin@alldunn.com>
Sat, 29 Jan 2005 01:08:29 +0000 (01:08 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 29 Jan 2005 01:08:29 +0000 (01:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_menu.i
wxPython/src/_sizers.i

index 9e9d7e7f4b901e5881cdec28df54c5495d1be939..e756e6fa9f87ac4780e047f11c050c5b3636b6ad 100644 (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;
 
index 017d394fa5b965222b0555a912c5fb44d108fb7e..e34ed95a19c0c474065e09e8e7c61e9e01c62e79 100644 (file)
@@ -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.", "");
         
 };