[Script] Add clarification to theme property.

This commit is contained in:
Dave Davenport 2023-11-10 14:41:48 +01:00
parent dbc1f8dcb4
commit 90edb60c4f
2 changed files with 9 additions and 0 deletions

View file

@ -150,6 +150,11 @@ a widget.
.RE
.PP
The \fBtheme\fP property cannot change the interface while running, it is only
usable for small changes in for example background colors of widgets like the
row color of the listview.
.SH Parsing row options
.PP
Extra options for individual rows can be set. The extra option can be specified

View file

@ -118,6 +118,10 @@ The following extra options exists:
- **theme**: Small theme snippet to f.e. change the background color of
a widget.
The **theme** property cannot change the interface while running, it is only
usable for small changes in for example background colors of widgets like the
row color of the listview.
## Parsing row options
Extra options for individual rows can be set. The extra option can be specified