patch from lars for construct behaviour.
-timj
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user