Re: Problem with table
- From: Michael Cronenworth <mike cchtml com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Problem with table
- Date: Tue, 29 Dec 2009 11:18:51 -0600
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]