Problem with table

2009-12-29 Thread Questioner X
Hi all, Some time ago, I was experimenting with GTK but couldn't get past a tedious problem. Namely, I wanted to create a GUI like this... It has 2 columns and 3 rows. The left column resizes (stretches) when the window is resized. The right column remains a fixed width. The top

Re: Problem with table

2009-12-29 Thread Michael Cronenworth
Eero Tamminen on 12/29/2009 09:17 AM wrote: Is there some trick to doing this? If you want to use fixed lengths you must pack the widgets with the expand flag set to false. Instead of using gtk_container_add use gtk_box_set_child_packing. Example: gtk_box_set_child_packing( GTK_BOX( hBo

Re: Problem with table

2009-12-29 Thread Tadej Borovšak
Hello. I just answered your query here: http://gtkforums.com/viewtopic.php?p=12741#12741 Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://

Re: Problem with table

2009-12-29 Thread Michael Cronenworth
Eero Tamminen on 12/29/2009 09:17 AM wrote: Instead of s/Instead of/Along with/ ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list