diff options
| author | Simon Glass <[email protected]> | 2025-05-02 08:46:44 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2025-05-30 09:49:32 +0100 |
| commit | 0635004e2228dea0aab023d7c56b0b74633e8a3c (patch) | |
| tree | e0a97abca641a51f48f40eede6ad48c6ec6451e7 /doc/develop | |
| parent | d25c62fd58fa664314db3bdbbbb0707757666297 (diff) | |
expo: Implement a box
It is useful to be able to draw a box around elements in the menu. Add
support for an unfilled box with a selectable thickness.
Note that there is no support for selecting the colour for any expo
objects yet.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'doc/develop')
| -rw-r--r-- | doc/develop/expo.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/develop/expo.rst b/doc/develop/expo.rst index cc7c36173db..8f63ccbe3ef 100644 --- a/doc/develop/expo.rst +++ b/doc/develop/expo.rst @@ -65,6 +65,8 @@ item is highlighted. A `textline object` contains a label and an editable string. +A `box object` is a rectangle with a given line width. It is not filled. + All components have a name. This is mostly for debugging, so it is easy to see what object is referred to, although the name is also used for saving values. Of course the ID numbers can help as well, but they are less easy to |
