summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-03-09 07:18:33 +0000
committerTim Janik <timj@src.gnome.org>1998-03-09 07:18:33 +0000
commitc9f7f2a0f80ad277b55f346609b4127445ae2042 (patch)
tree3004c9dcef9565876ad6b0a446e9b37e09c377cc /gtk/gtkspinbutton.h
parentd894d2dc0c86734920528c7c35d49c0dfb0bf6e5 (diff)
downloadgdk-pixbuf-c9f7f2a0f80ad277b55f346609b4127445ae2042.tar.gz
patch from lars for construct behaviour.
-timj
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r--gtk/gtkspinbutton.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h
index 36cef2be3..b9aed002a 100644
--- a/gtk/gtkspinbutton.h
+++ b/gtk/gtkspinbutton.h
@@ -79,6 +79,12 @@ struct _GtkSpinButtonClass
guint
gtk_spin_button_get_type (void);
+void
+gtk_spin_button_construct (GtkSpinButton *spin_button,
+ GtkAdjustment *adjustment,
+ gfloat climb_rate,
+ gint digits);
+
GtkWidget *
gtk_spin_button_new (GtkAdjustment *adjustment,
gfloat climb_rate,