module

Tryst::UI::WindowContract

The exact subset of Tryst::Window's surface FakeWindow needs to stay call-compatible with - see AppContract above for the mechanism.

Instance methods

deiconify
Source
geometry
Source
geometry=(value : String)
Source
grab_release
Source
set_maxsize(width : Int32, height : Int32)
Source
set_minsize(width : Int32, height : Int32)
Source
set_resizable(width : Bool, height : Bool)
Source
title=(value : String)

The rest of what a :window's post_create and Handle#show/#hide drive (see widget_types/window.cr).

Source
transient=(master)
Source
withdraw
Source