macconsole options object -- Python library reference



Next: console window object Prev: macconsole Up: macconsole Top: Top

14.4.1. macconsole options object

These options are examined when a window is created:

top -- option of macconsole
left -- option of macconsole
The origin of the window.
nrows -- option of macconsole
ncols -- option of macconsole
The size of the window.
txFont -- option of macconsole
txSize -- option of macconsole
txStyle -- option of macconsole
The font, fontsize and fontstyle to be used in the window.
title -- option of macconsole
The title of the window.
pause_atexit -- option of macconsole
If set non-zero, the window will wait for user action before closing.


Next: console window object Prev: macconsole Up: macconsole Top: Top