[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Need some help for tables
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: gtk-app-devel-list redhat com
- Subject: Re: Need some help for tables
- Date: Tue, 10 Nov 1998 23:51:26 -0600 (CST)
On Tue, 10 Nov 1998, Brian Drawert wrote:
>
> I don't know if this is proper, but I just keep adding widgets to the
> non-existant cells of the table, and the table seems to expand automatically,
> now I have problems when I try to get a smaller table...
>
gtk_table_resize() will shrink the table, but only if you remove the
widgets from the eliminated portion first with gtk_container_remove().
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]