caliRestoreDefaultWindowSize
caliRestoreDefaultWindowSize( ) =>t/nil
Description
Restores the original size of Calculator while maintaining the same top-left coordinate of the current window position.
Arguments
Value Returned
|
Original size of Calculator cannot be restored because of an error. |
Examples
The following example restores the original size of Calculator.
caliRestoreDefaultWindowSize()
=> t
Return to top