Method

PhocWorkspacemove_view_to_top

Declaration [src]

void
phoc_workspace_move_view_to_top (
  PhocWorkspace* 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 always-on-top views if view isn’t a always-on-top view itself).

Parameters

view

Type: PhocView

A view.

The data is owned by the caller of the method.