Re: wxPython and window sizing

2005-09-15 Thread Ville Voipio
In article <[EMAIL PROTECTED]>, Franz GEIGER wrote: > Couldn't you register for a handler? Oui, mais... I can figure out a few ugly workarounds. However, my question is if there is a nice and clean way to make wxPython set the minimum size. I'd really hate to start calculating the sizes myself o

Re: wxPython and window sizing

2005-09-15 Thread Franz GEIGER
Ville Voipio wrote: > I have a small problem; I would like to have a reasonable > minimum size for a wx.Window. > > A simplified version of my code: > > > s = wx.SplitterWindow(self, -1) > > curves = wx.Notebook(s) > curve = wx.Window(curves, ID_BLANKCURVE, style=wx.SUN

wxPython and window sizing

2005-09-15 Thread Ville Voipio
I have a small problem; I would like to have a reasonable minimum size for a wx.Window. A simplified version of my code: s = wx.SplitterWindow(self, -1) curves = wx.Notebook(s) curve = wx.Window(curves, ID_BLANKCURVE, style=wx.SUNKEN_BORDER, siz