abstract class AbstractFrontend
- AbstractFrontend
- Reference
- Object
Direct Known Subclasses
Defined in:
wif/frontend.crConstructors
Instance Method Summary
- #close
- #frame(x1, y1, width, height, fill : Bool = false)
- #main_window : Window | Nil
- #main_window=(main_window : Window | Nil)
- #main_window? : Window | Nil | Nil
- #process_inputs : ProcessingResult
- #quitting : Bool
- #quitting=(quitting : Bool)
- #setchar(x, y, char, color, bgcolor)
- #setcolor(color : Color, bgcolor : Color)
- #setcolor(pair : ColorPair)
- #update
- #write(x, y, string : String)
- #write_centered(x, y, w, h, string : String)