Method
PhocDesktopset_view_always_on_top
Declaration [src]
void
phoc_desktop_set_view_always_on_top (
PhocDesktop* self,
PhocView* view,
gboolean on_top
)
Description [src]
If on_top
is TRUE
marks the view
(and it’s children) as being
placed on top of other views. If on_top
if FALSE
the view
will
be placed normally.
Parameters
view
-
Type:
PhocView
The view to operate on.
The data is owned by the caller of the method. on_top
-
Type:
gboolean
Whether to render this view on top of other views.