- addComponentvoid addComponent(string text, int foreground, int background, bool delegate() onclick) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- addLinevoid addLine() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- addLinevoid addLine(string line) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- clearvoid clear() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- colorvoid color(int foreground, int background) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- drawIntovoid drawInto(Terminal* terminal, int x, int y, int width, int height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- handleEventbool handleEvent(InputEvent e) 
- Default event handling for this widget. Call this only after drawing it into a rectangle
 and only if the event ought to be dispatched to it (which you determine however you want;
 you could dispatch all events to it, or perhaps filter some out too) 
- scrollDownvoid scrollDown(int lines) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- scrollUpvoid scrollUp(int lines) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writevoid write(T t) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writefvoid writef(string fmt, T t) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writeflnvoid writefln(string fmt, T t) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writelnvoid writeln(T t) 
- Undocumented in source. Be warned that the author may not have intended to support it.