cw - 2*border, ch - 2*border)
else:
if 'wxMSW' in wx.PlatformInfo:
- for win in self._windows:
- win.Freeze()
+ self.Freeze()
if self._orient == wx.HORIZONTAL:
x = y = border
h = ch - 2*border
if last > 0:
self._sashes[idx+1] = last
if 'wxMSW' in wx.PlatformInfo:
- for win in self._windows:
- win.Thaw()
+ self.Thaw()
self._DrawSash(wx.ClientDC(self))
self._needUpdating = False