diff options
author | Timm Bäder <mail@baedert.org> | 2017-05-06 17:05:58 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:12 -0400 |
commit | 9ab43dfe9e58b669fed76483aa7ecde51655c37c (patch) | |
tree | 797314a4a75c8d78bccc4a26af6c139784d085cd /docs | |
parent | 6aa9ca7b55fff6202a7f186c8c2d165504c2afe0 (diff) | |
download | gtk+-9ab43dfe9e58b669fed76483aa7ecde51655c37c.tar.gz |
spinbutton: Add accessors for (max-)width-chars
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 04704a4b5c..1bc1d5ea05 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -2741,6 +2741,10 @@ gtk_spin_button_get_value gtk_spin_button_get_wrap gtk_spin_button_set_text gtk_spin_button_get_text +gtk_spin_button_set_max_width_chars +gtk_spin_button_get_max_width_chars +gtk_spin_button_set_width_chars +gtk_spin_button_get_width_chars GTK_INPUT_ERROR <SUBSECTION Standard> GTK_SPIN_BUTTON |