Expand description
Debug inspection helpers.
The properties in this module can be set on a window or widget to visualize layout and render internals.
Note that you can also use the cmd::INSPECT_CMD
command to open the Inspector that shows the widget tree and properties.
§Full API
See zng_wgt_inspector
for the full API.
Enums§
- Target of inspection properties.
Functions§
P
Draws a border for every target widget’s outer and inner bounds.P
Draws a debug dot in target widget’s center point.P
Draw the directional query for closest sibling of the hovered focusable widget.P
Draws the inner bounds that where tested for the mouse point.P
Draws a border over every inlined widget row in the window.