revert a few of these back
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
|
@@ -860,7 +860,7 @@ the item.", "");
|
||||
}
|
||||
|
||||
%pythoncode {
|
||||
def Hide(self, item, recursive=false):
|
||||
def Hide(self, item, recursive=False):
|
||||
"""
|
||||
A convenience method for Show(item, False, recursive).
|
||||
"""
|
||||
|
Reference in New Issue
Block a user