Method
PhocViewactivate
Declaration [src]
void
phoc_view_activate (
PhocView* self,
_Bool activate
)
Description [src]
Performs the necessary steps to make the view itself appear activated
and send out the corresponding view related protocol events.
Note that this is not enough to actually focus the view for the user
See phoc_seat_set_focus_view()
.