Method
PhocWorkspaceinsert_view
Declaration [src]
void
phoc_workspace_insert_view (
PhocWorkspace* self,
PhocView* view
)
Description [src]
Insert the view into the queue of views. New views are inserted at the front so they appear on top of other views.
Parameters
view-
Type:
PhocViewThe view to insert.
The data is owned by the caller of the method.