Tagged Questions
2
votes
4answers
1k views
How do I set a minimum window size in wxWidgets?
This is the hierarchy of widgets I've got:
Frame > wxBoxSizer > wxPanel > wxBoxSizer > wxFlexGridSizer (2 columns, 9 rows), with assorted form fields and buttons inside.
The first BoxSizer is to ...
1
vote
1answer
76 views
Something like the wx.MultiChoiceDialog in a panel instead of a dialog
I'd like to use the list (with checkboxes next to each item) that is contained in the wxMultiChoice dialog in a panel. Is that possible?
1
vote
0answers
155 views
wxWidgets ComboBox center on selected item
I have a requirement to center a wx.ComboBox on the selected item when opened.
Basically, I want to do this (http://stackoverflow.com/questions/592911/wpf-listbox-centering-selected-item), but using ...
0
votes
1answer
168 views
create multiple classes with wxFormBuilder for python
I'm using wxFormBuilder to write a series of GUI applications. So far it has worked wonderfully, but the documentation on their homepage is a broken link.
What I'd like to do is combine my programs ...