[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: re-dim'ing a table
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: gtk-app-devel-list redhat com
- Subject: Re: re-dim'ing a table
- Date: Fri, 6 Nov 1998 00:51:12 -0600 (CST)
On Thu, 5 Nov 1998, Scott. wrote:
>
> anyways, i have a gtk_table that initialized to 2x2...
> later, i want to resize it to, for example a 4x4 table...
>
gtk_table_resize() does this. It won't let you shrink the table if you
still have children in the eliminated portion though, so you have to
remove any children in that part.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]