mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
docs: Fix up the RadioButton example in the description
This commit is contained in:
parent
f3177aff04
commit
78107b1a7d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user