|
-
March 30th, 2008, 11:16 PM
#1
Problem with wxPython sizers
I realize there aren't many readers on this Python forum yet but we might as well get some posts going! I'll post my question anyway.
I have a vertical wx.BoxSizer with 3 pull down wx.Choice widgets in it, which of course move around nicely in the right proportions when I change the size of the frame. Can anyone tell me how I can label those widgets with wx.StaticText, so that the labels appear just above the widgets and stay just above the widgets as they move around in the sizer?
-
March 31st, 2008, 09:23 AM
#2
Re: Problem with wxPython sizers
Hi,
Unfortunately I haven't used wxPython long enough to be able to answer your question directly. Normally when I am using wxPython I do it through a tool that generates the GUI script for me. I would like to recommend an excellent GUI frontend for wxWidgets & wxPython called wxGlade. Perhaps by using this, your problem will no longer exist 
Sorry I couldn't be more helpful.
--MrDoomMaster
--C++ Game Programmer
Don't forget to rate me if I was helpful!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|