Method
GtkListBoxget_adjustment
since: 3.10
Declaration [src]
GtkAdjustment*
gtk_list_box_get_adjustment (
GtkListBox* box
)
Description [src]
Gets the adjustment (if any) that the widget uses to for vertical scrolling.
Available since: 3.10
Return value
Type: GtkAdjustment
The adjustment.
The returned data is owned by the instance. |