summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkradiotoolbutton.h')
-rw-r--r--gtk/gtkradiotoolbutton.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkradiotoolbutton.h b/gtk/gtkradiotoolbutton.h
index 95593fce56..c6e9ce7b84 100644
--- a/gtk/gtkradiotoolbutton.h
+++ b/gtk/gtkradiotoolbutton.h
@@ -55,15 +55,22 @@ struct _GtkRadioToolButtonClass
void (* _gtk_reserved4) (void);
};
+GDK_AVAILABLE_IN_ALL
GType gtk_radio_tool_button_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
GtkToolItem *gtk_radio_tool_button_new (GSList *group);
+GDK_AVAILABLE_IN_ALL
GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group,
const gchar *stock_id);
+GDK_AVAILABLE_IN_ALL
GtkToolItem *gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group);
+GDK_AVAILABLE_IN_ALL
GtkToolItem *gtk_radio_tool_button_new_with_stock_from_widget (GtkRadioToolButton *group,
const gchar *stock_id);
+GDK_AVAILABLE_IN_ALL
GSList * gtk_radio_tool_button_get_group (GtkRadioToolButton *button);
+GDK_AVAILABLE_IN_ALL
void gtk_radio_tool_button_set_group (GtkRadioToolButton *button,
GSList *group);