diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-01-16 19:07:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-16 19:07:13 +0000 |
commit | 7f9b4a9615d10faf8adab1495eded22977e1833f (patch) | |
tree | 8b82d3d32083d710ace0e68776c5b4989e24d603 /docs | |
parent | c1d8923d29d1e801a4f970a6a19f637e8f2cfdd1 (diff) | |
download | gtk+-7f9b4a9615d10faf8adab1495eded22977e1833f.tar.gz |
Add a current-value property and a setter for it. (#322735, Jorn Baayen)
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkradioaction.[hc]: Add a current-value property and a
setter for it. (#322735, Jorn Baayen)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 2e043e571d..fe379700a1 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -2585,6 +2585,7 @@ gtk_radio_action_new gtk_radio_action_get_group gtk_radio_action_set_group gtk_radio_action_get_current_value +gtk_radio_action_set_current_value <SUBSECTION Standard> GTK_TYPE_RADIO_ACTION GTK_RADIO_ACTION |