构造器
声明 [源]
GtkWidget*
gtk_scale_new (
GtkOrientation orientation,
GtkAdjustment* adjustment
)
参数
orientation-
类型:
GtkOrientation刻度尺的 方向。
adjustment-
类型:
GtkAdjustment用于设置刻度尺范围的三
GtkAdjustment,或NULL创建一个新的 adjustment。该参数可以为 NULL。数据归调用函数所有。
返回值
类型: GtkWidget
一个新的 GtkScale。
| 数据归被调用函数所有。 |