• 0

wxPthon layout help


Question

I was hoping someone here could explain the difference in all the container type widgets in wxPython. The only gui work I've done previously is with java swing, and

the familiar names for widgets is making things very confusing, especially panels.

I was hoping someone might rundown how to arrange panels, boxSizers, frames, and wxNotebooks. What exactly is a panel? Why do some gui's use

self.SetSizer(hbox) and some use panel.SetSizer(hbox). I've walked through the tutorials at zetcode, and looked at the application skeletons, but I'm still having hard

time making components expand to the desired size. Any help would be awesome. If anyone has a bare bones GUI set up with comments that they use as a resource I would love to look at it.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.