Method
PhocDesktopmove_view_to_top
Declaration [src]
void
phoc_desktop_move_view_to_top (
PhocDesktop* self,
PhocView* view
)
Description [src]
Move the given view to the front of the view stack meaning that it
will be rendered on top of other views (but below move-to-top
views if view isn’t a move-to-top-view itself).
Parameters
view-
Type:
PhocViewA view.
The data is owned by the caller of the method.