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
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
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