Display
Display is the root container of all widgets.
Special Properties
- Auto Zoom to Fit All (auto_zoom_to_fit_all)
-
Auto scale all the widgets as the window 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
See Also