Method

GntBoxmove_focus

Declaration [src]

void
gnt_box_move_focus (
  GntBox* box,
  int dir
)

Description [src]

Move the focus from one widget to the other.

Parameters

dir

Type: int

The direction. If it’s 1, then the focus is moved forwards, if it’s -1, the focus is moved backwards.