(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")) ) ) )