Method

GtkTreeViewset_hadjustment

deprecated: 3.0 

Declaration [src]

void
gtk_tree_view_set_hadjustment (
  GtkTreeView* tree_view,
  GtkAdjustment* adjustment
)

Description [src]

Sets the GtkAdjustment for the current horizontal aspect.

Deprecated since: 3.0

Use gtk_scrollable_set_hadjustment()

Parameters

adjustment

Type: GtkAdjustment

The GtkAdjustment to set, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.