Virtual Method

GtkAccessibleget_first_accessible_child

Declaration [src]

GtkAccessible*
get_first_accessible_child (
  GtkAccessible* self
)

Description [src]

Retrieves the first accessible child of an accessible object.

Available since:4.10

Return value

Returns: GtkAccessible
 

The first accessible child.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.