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:
GMT 2002 Tony Gale
2002-10-27 11:44:25 +00:00
committed by Tony Gale
parent 3889630f2b
commit ce575a009a
9 changed files with 74 additions and 12 deletions

View File

@ -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);