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

Re: re-dim'ing a table




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]