diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-13 21:18:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-13 21:51:42 -0400 |
commit | 5a7faa651244006f3cdc8d41a4f2c21e5f43f1d1 (patch) | |
tree | aa8a6c0b11eb56f45bfb33147e844aea1c9edd63 /docs/reference/gtk/gtk4-sections.txt | |
parent | b7d42502ce4481a1fe73b5da94ac4f567f82bf6f (diff) | |
download | gtk+-5a7faa651244006f3cdc8d41a4f2c21e5f43f1d1.tar.gz |
docs: Add new check button apis
Diffstat (limited to 'docs/reference/gtk/gtk4-sections.txt')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 2565d38c43..8b184f356f 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -809,8 +809,13 @@ GtkCheckButton gtk_check_button_new 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_label +gtk_check_button_set_label +gtk_check_button_get_use_underline +gtk_check_button_set_use_underline +gtk_check_button_set_group +gtk_check_button_get_active +gtk_check_button_set_active gtk_check_button_get_inconsistent gtk_check_button_set_inconsistent <SUBSECTION Standard> |