SelectionIF.isChildSelected

Determines if the current child of this object is selected Note: callers should not rely on %NULL or on a zero value for indication of whether AtkSelectionIface is implemented, they should use type checking/interface checking macros or the atk_get_accessible_value() convenience method.

interface SelectionIF
bool
isChildSelected
(
int i
)

Parameters

i int

a #gint specifying the child index.

Return Value

Type: bool

a gboolean representing the specified child is selected, or 0 if @selection does not implement this interface.

Meta