patch from lars for construct behaviour.

-timj
This commit is contained in:
Tim Janik
1998-03-09 07:18:33 +00:00
parent d894d2dc0c
commit c9f7f2a0f8
9 changed files with 79 additions and 10 deletions

View 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,