docs: Fix up the RadioButton example in the description

This commit is contained in:
Emmanuele Bassi 2012-08-20 11:02:37 +01:00
parent f3177aff04
commit 78107b1a7d

View File

@ -75,7 +75,8 @@
*
* GtkWidget *window, *radio1, *radio2, *box, *entry;
* window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
* box = gtk_box_new (GTK_ORIENTATION_VERTICAL, TRUE, 2);
* box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2);
* gtk_box_set_homogeneous (GTK_BOX (box), TRUE);
*
* /* Create a radio button with a GtkEntry widget */
* radio1 = gtk_radio_button_new (NULL);