diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-31 16:30:21 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-31 16:30:21 +0000 |
commit | ccb447da02e641d21cbde3329168dd0bfc9b4e24 (patch) | |
tree | a2dddb413e882d5028abe1e255071d7e1be224b8 /gtk/gtktogglebutton.h | |
parent | 4580e71250e42ea53bdceb6b14b4f63c39ae8842 (diff) | |
parent | 76b5ff6a0030d2d72614b7268354c6a745bc3504 (diff) | |
download | gtk+-ccb447da02e641d21cbde3329168dd0bfc9b4e24.tar.gz |
Merge branch 'wip/baedert/for-master' into 'master'
Wip/baedert/for master
Closes #2777
See merge request GNOME/gtk!2503
Diffstat (limited to 'gtk/gtktogglebutton.h')
-rw-r--r-- | gtk/gtktogglebutton.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h index 8f5923d9b2..44219bb106 100644 --- a/gtk/gtktogglebutton.h +++ b/gtk/gtktogglebutton.h @@ -79,6 +79,10 @@ GDK_AVAILABLE_IN_ALL gboolean gtk_toggle_button_get_active (GtkToggleButton *toggle_button); GDK_AVAILABLE_IN_ALL void gtk_toggle_button_toggled (GtkToggleButton *toggle_button); +GDK_AVAILABLE_IN_ALL +void gtk_toggle_button_set_group (GtkToggleButton *toggle_button, + GtkToggleButton *group); + G_END_DECLS |