diff options
author | Timm Bäder <mail@baedert.org> | 2017-05-04 20:48:50 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:27:11 -0400 |
commit | f736b071b45a06aff1f351b5527cb8a1016ca409 (patch) | |
tree | d986cdeafa91b2e44d0cc0502f280e33f980bb72 /gtk/gtkspinbutton.h | |
parent | 37d6fd1ffa0630efd8cbd8e6c0d49b59c8ddf102 (diff) | |
download | gtk+-f736b071b45a06aff1f351b5527cb8a1016ca409.tar.gz |
spinbutton: Add text property
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 4abadc86a1..5dc3b7cd0e 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -227,6 +227,11 @@ GDK_AVAILABLE_IN_ALL gboolean gtk_spin_button_get_snap_to_ticks (GtkSpinButton *spin_button); GDK_AVAILABLE_IN_ALL void gtk_spin_button_update (GtkSpinButton *spin_button); +GDK_AVAILABLE_IN_3_92 +const char * gtk_spin_button_get_text (GtkSpinButton *spin_button); +GDK_AVAILABLE_IN_3_92 +void gtk_spin_button_set_text (GtkSpinButton *spin_button, + const char *text); G_END_DECLS |