gtkLayoutGetHadjustment {RGtk2}R Documentation

gtkLayoutGetHadjustment

Description

This function should only be called after the layout has been placed in a GtkScrolledWindow or otherwise configured for scrolling. It returns the GtkAdjustment used for communication between the horizontal scrollbar and layout.

Usage

gtkLayoutGetHadjustment(object)

Arguments

object [GtkLayout] a GtkLayout

Details

See GtkScrolledWindow, GtkScrollbar, GtkAdjustment for details.

Value

[GtkAdjustment] horizontal scroll adjustment

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]