Applies to
Declaration
EditorGUI GUIMode
Description
This property selects the elements in the GUI of this editor. It uses this bitfield.
Activate the ruler
wpguiRuler = 2
Activate the vertical scrollbar
wpguiVertScrollBar=4
Activate the horizontal scrollbar
wpguiHorzScrollBar=8
Switch the vertical ruler on and off
wpguiVertRuler =16
Activate the "Gutter" on the left of the editor
wpguiGutter =32

Activate Panel a)
wpguiPanelV1 =64
Activate Panel b)
wpguiPanelV2 =128
Activate Panel c)
wpguiPanelH1 =256
This flag activates the tabset besides of the panel c).
The tabset is used by the SimMDI demo.
wpguiPanelH2 =512