class WaylandClient::Xdg

Defined in:

xdg.cr
xdg/surface.cr
xdg/toplevel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(xdg_base : Pointer(LibWaylandClient::XdgWmBase)) #

[View source]

Instance Method Detail

def create_toplevel(surface : WaylandClient::Surface, &configure_callback : Toplevel, Surface -> Void) #

Creates a raw new toplevel surface. This does not include any window decorations.


[View source]
def xdg_base : Pointer(WaylandClient::LibWaylandClient::XdgWmBase) #

[View source]