Method
GtkLayoutget_hadjustment
deprecated: 3.0
Declaration [src]
GtkAdjustment*
gtk_layout_get_hadjustment (
GtkLayout* layout
)
Description [src]
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.
See GtkScrolledWindow, GtkScrollbar, GtkAdjustment for details.
Deprecated since: 3.0
Use gtk_scrollable_get_hadjustment().
Return value
Type: GtkAdjustment
Horizontal scroll adjustment.
| The returned data is owned by the instance. |