module CUI
Extended Modules
Defined in:
libui/cui.crInstance Method Summary
-
#attach_main_window(component)
If main window was created manually, then attach it here so that objects we create know where to find it.
- #get(name : String) : Pointer(UI::Control) | Nil
- #get!(name : String) : Pointer(UI::Control)
- #get_as_menuitem(name : String) : Pointer(UI::MenuItem) | Nil
- #get_as_menuitem!(name : String) : Pointer(UI::MenuItem)
- #get_mainwindow : Pointer(UI::Window) | Nil
- #get_mainwindow! : Pointer(UI::Window)
- #inflate(file_name : String)
- #init : Boolean
- #menubar(file_name : String)
Instance Method Detail
def attach_main_window(component)
#
If main window was created manually, then attach it here so that objects we create know where to find it.