Method

GntBoxgive_focus_to_child

Declaration [src]

void
gnt_box_give_focus_to_child (
  GntBox* box,
  GntWidget* widget
)

Description [src]

Give focus to a specific child widget.

Parameters

widget

Type: GntWidget

The child widget to give focus.

The data is owned by the caller of the function.