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

Re: Need some help for tables




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]