Re: Problem with table



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 );




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]