diff options
author | Timm Bäder <mail@baedert.org> | 2017-01-28 08:11:14 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-01-30 18:11:00 +0100 |
commit | 2aea8dfee97b514e1fca7f577fefdac4e449e906 (patch) | |
tree | 360d39b86a452010535d60769109fe3dd1ac2d8e /docs | |
parent | 66d584ce6e298a016e90a80091a5fc1f6f07ff2f (diff) | |
download | gtk+-2aea8dfee97b514e1fca7f577fefdac4e449e906.tar.gz |
togglebutton: Move :inconsistent to GtkCheckButton
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 54b4ee9fa9..39308f6592 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -567,6 +567,8 @@ gtk_check_button_new_with_label gtk_check_button_new_with_mnemonic gtk_check_button_get_draw_indicator gtk_check_button_set_draw_indicator +gtk_check_button_get_inconsistent +gtk_check_button_set_inconsistent <SUBSECTION Standard> GTK_CHECK_BUTTON GTK_IS_CHECK_BUTTON @@ -3193,8 +3195,6 @@ gtk_toggle_button_new_with_mnemonic gtk_toggle_button_toggled gtk_toggle_button_get_active gtk_toggle_button_set_active -gtk_toggle_button_get_inconsistent -gtk_toggle_button_set_inconsistent <SUBSECTION Standard> GTK_TOGGLE_BUTTON |