Window 
| メソッド名 | 戻り値 | 概要 |
|---|
| window.create( parent, nX, nY, nWidth, nHeight, bStartVisible ) | | |
| window.write( sText ) | | |
| window.clear() | | |
| window.clearLine() | | |
| window.getCursorPos() | | |
| window.setCursorPos( x, y ) | | |
| window.setCursorBlink( blink ) | | |
| window.isColor() | | |
| window.isColour() | | |
| window.setTextColor( color ) | | |
| window.setTextColor( color ) | | |
| window.setTextColour( color ) | | |
| window.setBackgroundColor( color ) | | |
| window.setBackgroundColour( color ) | | |
| window.getSize() | | |
| window.scroll( n ) | | |
| window.setVisible( bVis ) | | |
| window.redraw() | | |
| window.restoreCursor() | | |
| window.getPosition() | | |
| window.reposition( nNewX, nNewY, nNewWidth, nNewHeight ) | | |
コメントをかく