17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
(deflisten net :initial '{"name":"","icon":""}'"scripts/net/net")
|
|
|
|
(defwidget net-mod []
|
|
(module
|
|
(box
|
|
:orientation "v"
|
|
(button
|
|
:class "net"
|
|
:tooltip {net.name}
|
|
{net.icon})
|
|
|
|
(button
|
|
:class "blt"
|
|
(label :class "icon-text" :text "B"))
|
|
)
|
|
)
|
|
) |