Method
GtkContainerget_focus_vadjustment
Declaration [src]
GtkAdjustment*
gtk_container_get_focus_vadjustment (
GtkContainer* container
)
Description [src]
Retrieves the vertical focus adjustment for the container. See gtk_container_set_focus_vadjustment().
Return value
Type: GtkAdjustment
The vertical focus adjustment, or
NULL
if none has been set.
The returned data is owned by the instance. |
The return value can be NULL . |