Method

PhocSeatset_focus_view

Declaration [src]

void
phoc_seat_set_focus_view (
  PhocSeat* seat,
  PhocView* view
)

Description [src]

If possible it will unfocus the currently focused view and focus the given %view, raise it if necessary and make it appear activated. If NULL is passed only the current view is unfocsed.

Parameters

view

Type: PhocView

The view to focus.

The argument can be NULL.
The data is owned by the caller of the method.