beidlerj
Joined: 10 Feb 2006 Posts: 55 Location: Oregon, USA
|
Posted: Mon Feb 20, 2006 6:38 pm Post subject: Scrolling GtkDialog->vbox? |
|
|
Hello -
I have (currently) a GtkDialog that packs a GtkCheckButton into the vbox area for every file it finds in a folder that the user specifies. Works great when there are only a handful of files, but when there are many, the widgets get squished so much that they're unreadable!
Is it possible to make the vbox area scroll, so the GtkCheckButton items don't get squished, while still having the action_area remain fixed (and viewable) at the bottom of the dialog at all times? Should I use something other than a GtkDialog to display the check buttons? What widgets/packing should I use?
Thanks! |
|