方法
GtkSpinButtonconfigure
声明 [src]
void
gtk_spin_button_configure (
GtkSpinButton* spin_button,
GtkAdjustment* adjustment,
double climb_rate,
guint digits
)
参数
adjustment-
类型:
GtkAdjustment一个替换微调按钮现有调整的
GtkAdjustment,或NULL以保持其当前调整不变。该参数可以是 NULL。数据由方法的调用者拥有。 climb_rate-
类型:
double新的爬升速率。
digits-
类型:
guint在微调按钮中显示的小数点位数。