Class Index | File Index

Classes

Class curses.Window


Defined in: curses.jsdoc.

Class Summary
Constructor Attributes Constructor Name and Description
 
Represents a rectangular region of cropped/scrollable content.
Field Summary
Field Attributes Field Name and Description
<inner>  
TODO document
<inner>  
boolean
<inner>  
boolean
Method Summary
Method Attributes Method Name and Description
<inner>  
Clears the contents of the window.
<inner>  
Draws a border.
<inner>  
Draws a horizontal line.
<inner>  
Draws a vertical line.
<inner>  
TODO document
<inner>  
TODO document
<inner>  
Gets the window content at a given position.
<inner>  
Reposition the cursor.
<inner>  
Commit the windows' changes to the client.
<inner>  
Repositions the window's contents within the window.
<inner>  
Writes to the window starting at the cursor position.
<inner>  
Adjusts the cursor position, and then writes to the window.
Class Detail
curses.Window()
Represents a rectangular region of cropped/scrollable content.
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.

Documentation generated by JsDoc Toolkit 2.1.0 on Tue May 11 2010 20:54:17 GMT-0400 (EDT)