Expand description
Rect editor widget is used to show and edit Rect
values. It shows four numeric fields: two for top left corner
of a rect, two for its size. See RectEditor
docs for more info and usage examples.
Structs§
- Rect
Editor - Rect editor widget is used to show and edit
Rect
values. It shows four numeric fields: two for top left corner of a rect, two for its size. - Rect
Editor Builder - Rect editor builder creates
RectEditor
widget instances and adds them to the user interface.
Enums§
- Rect
Editor Message - A set of possible messages, that can be used to either modify or fetch the state of a
RectEditor
widget.