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( hBox ), label,
                               FALSE, TRUE, 0, GTK_PACK_START );

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to