Class curses.Window
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Represents a rectangular region of cropped/scrollable content.
|
| Field Attributes | Field Name and Description |
|---|---|
| <inner> |
TODO document
|
| <inner> |
boolean
|
| <inner> |
boolean
|
| Method Attributes | Method Name and Description |
|---|---|
| <inner> |
clear()
Clears the contents of the window.
|
| <inner> |
Draws a border.
|
| <inner> |
Draws a horizontal line.
|
| <inner> |
Draws a vertical line.
|
| <inner> |
getKey()
TODO document
|
| <inner> |
getKeys()
TODO document
|
| <inner> |
getXY()
Gets the window content at a given position.
|
| <inner> |
gotoXY()
Reposition the cursor.
|
| <inner> |
refresh()
Commit the windows' changes to the client.
|
| <inner> |
scroll()
Repositions the window's contents within the window.
|
| <inner> |
write()
Writes to the window starting at the cursor position.
|
| <inner> |
writeXY()
Adjusts the cursor position, and then writes to the window.
|
Field Detail
<inner>
cursorPosition
TODO document
<inner>
scrolling
boolean
<inner>
scrollRegion
boolean
Method Detail
<inner>
clear()
Clears the contents of the window.
<inner>
drawBorder()
Draws a border.
<inner>
drawHorizontalLine()
Draws a horizontal line.
<inner>
drawVerticalLine()
Draws a vertical line.
<inner>
getKey()
TODO document
<inner>
getKeys()
TODO document
<inner>
getXY()
Gets the window content at a given position.
<inner>
gotoXY()
Reposition the cursor.
<inner>
refresh()
Commit the windows' changes to the client.
<inner>
scroll()
Repositions the window's contents within the window.
<inner>
write()
Writes to the window starting at the cursor position.
<inner>
writeXY()
Adjusts the cursor position, and then writes to the window.