wxPython - very small frame

F

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,
Martin.
 
W

Wildemar Wildenburger

Francach said:
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.

There is the wx.FRAME_TOOL_WINDOW style (which is nice, but the frame
won't be listed in the taskbar).

But right now you're probably looking for wx.CAPTION (have you, by any
chance, only looked up the styles for wx.Window, neglecting the ones of
wx.Frame?)

hope that does it.
wildemar
(btw: you might want to ask such questions on the wxPython list instead)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,197
Messages
2,571,040
Members
47,635
Latest member
SkyePurves

Latest Threads

Top