IsWorksheetInterface - determine whether Maple is running inside a GUI
|
Calling Sequence
|
|
IsWorksheetInterface()
IsWorksheetInterface( 'Standard' )
IsWorksheetInterface( 'Classic' )
|
|
Description
|
|
•
|
The IsWorksheetInterface command returns the value true if Maple is running within a GUI (worksheet) interface, and returns the value false otherwise.
|
•
|
When one of the names Standard and Classic is passed as an argument to IsWorksheetInterface, the command returns the value true if Maple is running in the named worksheet interface, and the value false otherwise.
|
|
|
Examples
|
|
The following commands are executed when Maple help pages are generated. As such, these commands return false regardless of the interface used to view this help topic.
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?