summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-06 22:33:32 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-04-06 22:33:32 +0000
commit30533f03970b90ce333d737ac5a97513bcd9d62e (patch)
treefde4ccc46730c10daf9ff5b1467bb43fd3c26fb5 /gtk/gtkradiobutton.h
parent01c3cd84f5f82b41e6e7f47c55e18d91c8c48d2c (diff)
downloadgtk+-30533f03970b90ce333d737ac5a97513bcd9d62e.tar.gz
Added function to set the homogeneous flag of the table (needed by derived
1998-04-06 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtktable.h: * gtk/gtktable.c (gtk_table_set_homogeneous): Added function to set the homogeneous flag of the table (needed by derived widgets and such). 1998-04-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkradiobutton.h: Add prototype for gtk_radio_button_new_with_label_from_widget.
Diffstat (limited to 'gtk/gtkradiobutton.h')
-rw-r--r--gtk/gtkradiobutton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h
index 5c872ab278..fbf3d3280c 100644
--- a/gtk/gtkradiobutton.h
+++ b/gtk/gtkradiobutton.h
@@ -54,6 +54,8 @@ GtkWidget* gtk_radio_button_new (GSList *group);
GtkWidget* gtk_radio_button_new_from_widget (GtkRadioButton *group);
GtkWidget* gtk_radio_button_new_with_label (GSList *group,
const gchar *label);
+GtkWidget* gtk_radio_button_new_with_label_from_widget (GtkRadioButton *group,
+ const gchar *label);
GSList* gtk_radio_button_group (GtkRadioButton *radio_button);
void gtk_radio_button_set_group (GtkRadioButton *radio_button,
GSList *group);