]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_gbsizer.i
the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere
[wxWidgets.git] / wxPython / src / _gbsizer.i
index d4dc75e0fbfe796f592eb3855738344e8a6c04a0..08e468f3c70355495830671c1ab5af70a7ccaefe 100644 (file)
@@ -113,7 +113,7 @@ public:
         elif index == 1: self.SetCol(val)
         else: raise IndexError
     def __nonzero__(self):               return self.Get() != (0,0)
-    __safe_for_unpickling__ = true
+    __safe_for_unpickling__ = True
     def __reduce__(self):                return (wx.GBPosition, self.Get())
     }
 
@@ -182,7 +182,7 @@ cell in each direction.", "");
         elif index == 1: self.SetColspan(val)
         else: raise IndexError
     def __nonzero__(self):               return self.Get() != (0,0)
-    __safe_for_unpickling__ = true
+    __safe_for_unpickling__ = True
     def __reduce__(self):                return (wx.GBSpan, self.Get())
     }
 
@@ -410,7 +410,11 @@ position, False if something was already there.
 the item was successfully placed at its given cell position, False if
 something was already there.", "",
         AddItem);
-    
+
+    DocDeclStr(
+        wxSize , GetCellSize(int row, int col) const,
+        "Get the size of the specified cell, including hgap and
+vgap.  Only valid after a Layout.", "");
 
     DocDeclStr(
         wxSize , GetEmptyCellSize() const,