Thank you guys for the replies! And thanks for the headsup about the
wxpython mail list, I'll be sure to sign up there as well.


On Wed, Sep 9, 2009 at 7:14 PM, Alan Gauld <alan.ga...@btinternet.com>wrote:

> "Kristina Ambert" <krissy.amb...@gmail.com> wrote
>
>  I'm not sure if I could ask questions about wx in this list or not,
>> hopefully it's okay? If not I guess disregard this question.
>>
>
> Yes its fine but you will get more complete answers in the wx mailing list.
>
>  But, does anyone have any idea of if it's possible to make a frame that
>> will
>> latch on to the parent frame (e.g. if you resize the parent, the child
>> also
>> resizes, if you move the parent, the child also moves), aside from using
>> the
>> MDI window that's wxpython provides?
>>
>
> Yes, I think so - I'm not 100% sure I know what you mean. But the
> standard wxPython layout managers should control all that for you.
> Look into the docs for FlexGrid and Grid Bag sizers.
>
> They are probably the most powerful sizers but also take more effort
> to use of course.
>
> HTH,
>
>
> --
> Alan Gauld
> Author of the Learn to Program web site
> http://www.alan-g.me.uk/
>
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>



-- 
Cheers,
Krissy
-----------------------------------------------------------------------
Testing the waters is always fun...
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to