Display
Display is the root container of all widgets.
Special Properties
- Auto Scale Widgets (auto_scale_widgets)
-
Automatically scale widgets in this display as the display area resizes. The scale behavior of each widget
can be configured by widget's property
Scale Options
.
Minimum Width/Height
is the width/height that the display will stop to scale widgets in that dimension when
display width/height is smaller than it. If its value is -1, it will use display's default width/height as minimum width/height.
- Auto Zoom to Fit All (auto_zoom_to_fit_all)
-
Auto zoom the display to fit all spaces as the display area resizes.
If this is set to yes, zoom in operation may not work.
- Grid Space (grid_space)
- Spacing in pixels between grid lines. Affects the Editor only
- Show Close Button (show_close_button )
- If the tab close button is visible.
Affects runtime only.
- Show Edit Range (show_edit_range )
- Selects if the edit range defined
by the
height
and width
properties is shown. Affects the editor only.
- Show Grid (show_grid )
- Selects whether the grid is visible. Affects the Editor only
- Show Ruler (show_ruler )
- Selects wether the ruler is visible. Affects the Editor only. Shown as a guide in the layout process
- Snap to Geometry (snap_to_geometry )
- Selects if widgets will be snapped to the geometry of other widgets. Affects the editor only. Snapping to the geometry of other widgets allows the user to more easily line up widgets during layout
- Frame Rate (frame_rate )
- This is a hidden property. Frame rate of this display is set to this property when the display is refreshed. The unit is Hz. The value is valid only when the display is shown in OPI Runtime or a view. This property can be used in script, for example, to show frame rate in Console or record it in a file.
See Also