Definition at line 17 of file startup.tcl.
Public Member Functions | |
height (TclNumber value=798) | |
StartUp (TclList args) | |
step (TclNumber n) | |
width (TclNumber value=599) | |
~StartUp () | |
Private Member Functions | |
_drawScreen () | |
Private Attributes | |
TclNumber | _green = 0 |
TclNumber | _oldProgress = 0 |
TclString | _percent = "0%" |
TclCommand | _picture |
TclNumber | _progress = 0 |
TclNumber | _ratio = 0 |
TclNumber | _red = 4095 |
TclNumber | _stepTimer = 0 |
TclNumber | _totalTimer = 0 |
|
destructor Definition at line 47 of file startup.tcl. |
|
constructor Definition at line 59 of file startup.tcl. |
|
well, draw the opening screen Definition at line 111 of file startup.tcl. |
|
option -height. set the overall height of the application Definition at line 94 of file startup.tcl. |
|
update and display progress Definition at line 140 of file startup.tcl. |
|
option -width. set the overall width of the application Definition at line 103 of file startup.tcl. |