gtk_table_resize()

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

 



I have a table I'm using for widget layout. It's basically always
two columns but I would like the number of rows to be 
changeable programmatically.   

I define by table initially with something like:

  table = gtk_table_new( 1, 2, TRUE);

to start with a table having one row and two columns.  If I then 
call something like:

  gtk_table_resize( table, 5, 2 );

nothing appears to happen.  I'm not sure why and I can't find 
any examples of gtk_table_resize() in use...

Anyone care to advise?

-- 
David J. Singer
doc@xxxxxxxxxxxxxxxxxx
"Time flies like an arrow, fruit flies like a banana"

_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux