Context

Undocumented in source.

Constructors

this
this(Terminal terminal, int left, int top, int width, int height)
Undocumented in source.
this
this(Terminal terminal, int left, int top, int width, int height, Viewport viewport)
Undocumented in source.

Members

Functions

forChild
auto forChild(Component c)
Undocumented in source. Be warned that the author may not have intended to support it.
forChild
auto forChild(Component c, Viewport viewport)
Undocumented in source. Be warned that the author may not have intended to support it.
putString
auto putString(int x, int y, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

height
int height;
Undocumented in source.
left
int left;
Undocumented in source.
terminal
Terminal terminal;
Undocumented in source.
top
int top;
Undocumented in source.
viewport
Viewport viewport;
Undocumented in source.
width
int width;
Undocumented in source.

Meta