Method
GtkViewportget_hadjustment
deprecated: 3.0
Declaration [src]
GtkAdjustment*
gtk_viewport_get_hadjustment (
GtkViewport* viewport
)
Description [src]
Returns the horizontal adjustment of the viewport.
Deprecated since: 3.0
Use gtk_scrollable_get_hadjustment().
Return value
Type: GtkAdjustment
The horizontal adjustment of viewport
.
The returned data is owned by the instance. |