class
WaylandClient::Xdg::Toplevel
- WaylandClient::Xdg::Toplevel
- Reference
- Object
Defined in:
xdg/toplevel.crConstructors
- .new(xdg : Xdg, wl_surface : WaylandClient::Surface, configure_callback : Toplevel, Surface -> Void)
Instance Method Summary
- #bounds : {Int32, Int32}?
- #close
- #configure(width, height, states)
- #configure_bounds(width, height)
- #surface : WaylandClient::Xdg::Surface
- #title=(title)
- #to_unsafe
- #toplevel : Pointer(WaylandClient::LibXdgShell::XdgToplevel)
- #xdg : WaylandClient::Xdg
- #xdg_surface
Constructor Detail
def self.new(xdg : Xdg, wl_surface : WaylandClient::Surface, configure_callback : Toplevel, Surface -> Void)
#