gtkScrolledWindowGetHadjustment {RGtk2}R Documentation

gtkScrolledWindowGetHadjustment

Description

Returns the horizontal scrollbar's adjustment, used to connect the horizontal scrollbar to the child widget's horizontal scroll functionality.

Usage

gtkScrolledWindowGetHadjustment(object)

Arguments

object [GtkScrolledWindow] A GtkScrolledWindow.

Value

[GtkAdjustment] The horizontal GtkAdjustment.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]