Allow to overwrite draw function per widget
This commit is contained in:
parent
18880de088
commit
4f3d285218
9 changed files with 16 additions and 9 deletions
|
@ -164,8 +164,10 @@ Common Options
|
|||
``"bottom"``. Defaults to ``"middle"``.
|
||||
|
||||
``color``
|
||||
Table overwriting the color. Undefined colors default to the theme colors.
|
||||
A table to overwrite the color. Undefined colors default to the theme colors.
|
||||
|
||||
``draw``
|
||||
A function to replace the drawing function. Refer to :doc:`themes` for more information about the function signatures.
|
||||
|
||||
|
||||
Common Return States
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue