I'm using gtk_vbox_new and gtk_hbox_new to pack widgets on a window. My problem is that the packing is too uniform. Every widget is assigned the same uniform box size.
In other words, my first horizontal wdget would be a text box, the next widget would be a listview and the third horizontal widget would again be a text box. I wouid like to have each widget be of a different vertical and horizontal length. The text box would be one row horizontally, the listview would be four rows horizontally and the next text box would again be one row horizontally. How can I accomplish this nonuniform positioning? Thanx in advance for any assistance offered Bob -- View this message in context: http://www.nabble.com/GTK%2B--widget-packing-question-t1508706.html#a4092876 Sent from the Gtk+ - Apps Dev forum at Nabble.com. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list