Re: wxPython - very small frame

2006-09-20 Thread Wildemar Wildenburger
Francach wrote: > Hi, > > I'd like to create a very small Frame without the usual minimise and > maximise icons on the top. Does anyone know how to do this with > wxPython? I've tried creating a Frame with the style wx.DOUBLE_BORDER, > which gives me a nice small window. But I can't move it aroun

wxPython - very small frame

2006-09-20 Thread Francach
Hi, I'd like to create a very small Frame without the usual minimise and maximise icons on the top. Does anyone know how to do this with wxPython? I've tried creating a Frame with the style wx.DOUBLE_BORDER, which gives me a nice small window. But I can't move it around the screen. Thanks, Marti