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