Method
GtkTreeViewget_hadjustment
deprecated: 3.0
Declaration [src]
GtkAdjustment*
gtk_tree_view_get_hadjustment (
GtkTreeView* tree_view
)
Description [src]
Gets the GtkAdjustment
currently being used for the horizontal aspect.
Deprecated since: 3.0
Use gtk_scrollable_get_hadjustment().
Return value
Type: GtkAdjustment
A GtkAdjustment
object, or NULL
if none is currently being used.
The returned data is owned by the instance. |