- handleFocusChange
void handleFocusChange(bool focused, bool receivedFocusFromKeyboard)
override to handle focus changes
- handleInput
void handleInput(dstring chars)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleTextInput
bool handleTextInput(dstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
- layout
void layout(Rect rc)
Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).
- measure
void measure(int parentWidth, int parentHeight)
Measure widget according to desired width and height constraints. (Step 1 of two phase layout).
- onDraw
void onDraw(DrawBuf buf)
Draw widget at its position to buffer
- onKeyEvent
bool onKeyEvent(KeyEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onScrollEvent
bool onScrollEvent(AbstractSlider source, ScrollEvent event)
- resetTerminal
void resetTerminal()
Undocumented in source. Be warned that the author may not have intended to support it.
- scrollTo
void scrollTo(int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(string bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(dstring chars)
Undocumented in source. Be warned that the author may not have intended to support it.