Updated Widgets (markdown)
This commit is contained in:
parent
25c6bd19e3
commit
8b11927a99
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Every widget may take either a table or a list of variables as argument.
|
||||||
|
|
||||||
If it takes a table, you have to define a function variable called `settings` in it: with this you can markup textboxes using predefined variables and do whatever customization you want.
|
If it takes a table, you have to define a function variable called `settings` in it: with this you can markup textboxes using predefined variables and do whatever customization you want.
|
||||||
|
|
||||||
I'll give an example just to take a grasp, see the sections for all the details:
|
Here follows a simple example, see the sections for all the details:
|
||||||
|
|
||||||
mycpu = lain.widgets.cpu({
|
mycpu = lain.widgets.cpu({
|
||||||
timeout = 4,
|
timeout = 4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue