Scrollbar
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "3.0" ) ]
public Scrollbar (Orientation orientation, Adjustment? adjustment)
[ Version ( since = "3.0" ) ]
public Scrollbar (Orientation orientation, Adjustment? adjustment)
Creates a new scrollbar with the given orientation.
Parameters:
orientation |
the scrollbar’s orientation. |
adjustment |
the Adjustment to use, or null to create a new adjustment. |
Returns:
the new Scrollbar. |