displayoption
Valid Parents: None
Valid Children: None
Description
An attribute object which controls the display and behavior
of Gsharp main window areas. The resources for this object are visible
in the DisplayOption Editor dialog which is available in the Gsharp Professional
Edition by selecting Options->Window Layout.
New Resources
displayoption Resource Set
Auto Apply (XuNautoApply)
When turned on, any resource changes made in a Gsharp Professional Edition
resource editor will be immediately applied. As a result, the Cancel button
is not displayed in the editor dialog.
- Type: float
- Default: false
- Range: false,true
Auto Repaint (XuNautoRepaint)
When turned on, the graph will be automatically repainted any time a resource
changes.
- Type: float
- Default: true
- Range: false,true
Command Area (XuNcommandArea)
Controls visibility of the Command GUI object used as the main window
Command Area.
- Type: float
- Default: true
- Range: false,true
Command History (XuNcommandHistory)
Controls visibility of the Command History Area of the Command GUI object.
Command History Area visibility is dependent on XuNcommandArea (Command
Area) visibility.
- Type: float
- Default: false
- Range: false,true
Command Logging (XuNcommandLog)
When turned on, all interactive commands are written to the file Gsharp.gsl
in the current directory.
- Type: float
- Default: false
- Range: false,true
Command Toolbar (XuNcommandToolbar)
Controls visibility of the Toolbar GUI object used as the main window
Command Toolbar.
- Type: float
- Default: true
- Range: false,true
Graph Picking (XuNgraphPicking)
Controls whether the Graph object can be interactively selected. Since
a graph can have many data points, and therefore a large bounding polygon,
turning off graph picking can improve the picking performance of other
graphical objects.
- Type: float
- Default: true
- Range: false,true
Command History (XuNmessageArea)
Controls visibility of the Message Area of the Command GUI object. Message
Area visibility is independent of XuNcommandArea (Command Area) visibility.
- Type: float
- Default: true
- Range: false,true
Message Logging (XuNmessageLog)
When turned on, all Gsharp messages, echo output, and printf output are
written to the file Gsharp.log in the current directory.
- Type: float
- Default: false
- Range: false,true
Object Toolbar (XuNobjectToolbar)
Controls visibility of the Toolbar GUI object used as the main window
Object Toolbar.
- Type: float
- Default: true
- Range: false,true
Inherited resources
Controls
Resource Set
Related Information
|