module

CUI

Instance methods

attach_main_window(component)

If main window was created manually, then attach it here so that objects we create know where to find it.

Source
get(name : String) : Pointer(UI::Control) | Nil
Source
get!(name : String) : Pointer(UI::Control)
Source
get_as_menuitem(name : String) : Pointer(UI::MenuItem) | Nil
Source
get_as_menuitem!(name : String) : Pointer(UI::MenuItem)
Source
get_mainwindow
Source
get_mainwindow!
Source
inflate(file_name : String)
Source
init
Source

Nested types