minor cleanups, remove refs to gtk_menu_append
Sun Oct 27 11:41:37 GMT 2002 Tony Gale <gale@gtk.org> * docs/tutorial/gtk-tut.sgml: minor cleanups, remove refs to gtk_menu_append *docs/faq/gtk-faq.sgml: remove ref to gtk_menu_append
This commit is contained in:

committed by
Tony Gale

parent
3889630f2b
commit
ce575a009a
@ -140,7 +140,7 @@ int main( int argc,
|
||||
gtk_widget_show (separator);
|
||||
|
||||
/* rows, columns, homogeneous */
|
||||
table = gtk_table_new (2, 2, FALSE);
|
||||
table = gtk_table_new (2, 3, FALSE);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), table, FALSE, TRUE, 0);
|
||||
gtk_widget_show (table);
|
||||
|
||||
|
Reference in New Issue
Block a user