构造函数
GtkScrollbarnew
声明 [src]
GtkWidget*
gtk_scrollbar_new (
GtkOrientation orientation,
GtkAdjustment* adjustment
)
参数
orientation-
类型:
GtkOrientation滚动条的 方向。
adjustment-
类型:
GtkAdjustment要使用的
GtkAdjustment,或为创建新的调整而使用NULL。此参数可以为 NULL。数据是函数调用者的所有权。
返回值
类型: GtkWidget
新的GtkScrollbar。
| 数据是函数调用的所有权。 |