Method

GtkListBoxget_adjustment

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.

Return value

Type: GtkAdjustment

The adjustment.

The returned data is owned by the instance.
The return value can be NULL.