SR Technology WTK Repo
Artifact [d3d78eb71e]
Not logged in

Artifact d3d78eb71e97343bd72f8767dfd2b7f63b31248d:




# listbox widgets
snit::type Listbox {
    _wtkoption -bg "" {$JS.style.background='$V';}
    _wtkoption -fg "" {$JS.style.color='$V';}
    method _createjs {} {return "wtk.createLabel('[$self id]','listbox');"}
}