PPT Slide
Packing Tables allow placement of widgets in a window using x and y coordinate values.
GtkWidget *table;
table = gtk_table_new(3, 2, TRUE);
gtk_table_attach_defaults(
GTK_TABLE(table), button, 1,1,0,1);
Previous slide
Back to first slide
View graphic version