Class

PhocXdgSurface

since: 0

Description [src]

final class Phoc.XdgSurface : Phoc.View
{
  /* No available fields */
}

An xdg toplevel surface as defined in the xdg-shell protocol. For popups see PhocXdgPopup.

For details on how to setup such an object see phoc_handle_xdg_shell_surface().

Available since: 0

Ancestors

Constructors

phoc_xdg_surface_new
No description available.

since: 0

Instance methods

phoc_xdg_surface_get_geometry
No description available.

since: 0

phoc_xdg_surface_get_wlr_surface_at
No description available.

since: 0

Methods inherited from PhocView (49)

Please see PhocView for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Phoc.XdgSurface:wlr-xdg-surface

The underlying wlroots xdg-surface.

since: 0

Properties inherited from PhocView (4)
Phoc.View:activation-token

If not NULL this token will be used to activate the view once mapped.

since: 0

Phoc.View:alpha

The view’s transparency.

since: 0

Phoc.View:is-mapped

Whether the view is currently mapped.

since: 0

Phoc.View:scale-to-fit

If TRUE if surface will be scaled down to fit the screen.

since: 0

Signals

Signals inherited from PhocView (1)
PhocView::surface-destroy
No description available.

since: 0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

unstable since: 2.0

Class structure

struct PhocXdgSurfaceClass {
  PhocViewClass parent_class;
  
}
No description available.
Class members
parent_class: PhocViewClass
No description available.