[wxpython-users] three intern windows in one window

C M cmpython at gmail.com
Sun May 4 17:12:52 PDT 2008


On Sun, May 4, 2008 at 7:33 PM, Abdessamad EL GON-NOUNI
<abdessamadg at gmail.com> wrote:
> hello,
>     I'm making a graphic interface with wxpython and I want to have three
> internal windows, one will display an image which changes every time, the
> second will contain other wibdows which have buttons and text fields and the
> third one is for showing some messages. I'm struggling with too many
> tutorials and I found that flixBoxSizer is the best one for me but I didn't
> understand very well how it works. I would like to have some help from you
> please.

Do you mean BoxSizer or FlexGridSizer?  In any case, maybe what might
be good is to look at the sizers tutorial on the wiki, and then ask specific
questions to the list about what you don't understand.  That tutorial and the
examples in it is found here:
http://wiki.wxpython.org/UsingSizers


More information about the wxpython-users mailing list