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.
Question
Juts
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