Class

PhocXWaylandSurface

[]

Description [src]

final class Phoc.XWaylandSurface : Phoc.View
  implements Phoc.ChildRoot {
  /* No available fields */
}

An XWayland Surface.

For how to setup such an object see handle_xwayland_surface.

[]

Implements

[]

Constructors

phoc_xwayland_surface_new
No description available.

[]

Instance methods

phoc_xwayland_surface_get_wlr_surface

Returns the wlr_xwayland_surface associated with this PhocXWaylandSurface.

phoc_xwayland_surface_has_children

Checks whether the given XWayland surface has any children.

phoc_xwayland_surface_is_child

Checks if maybe_child is a child of self. This is TRUE if maybe_child is self or has self as any parent.

Methods inherited from PhocView (49)
Methods inherited from GObject (43)
Methods inherited from PhocChildRoot (6)
[]

Properties

Phoc.XWaylandSurface:wlr-xwayland-surface

The underlying wlroots xwayland-surface.

Properties inherited from PhocView (6)
[]

Signals

Signals inherited from PhocView (1)
Signals inherited from GObject (1)

Class structure