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