]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkspinbutton.h
patch from lars for construct behaviour.
[~andy/gtk] / gtk / gtkspinbutton.h
index 36cef2be310b61caaab67be5820d90c3919446e4..b9aed002a6fcf9809a2b61077f05430fc930dbb6 100644 (file)
@@ -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,