Artifact d3d78eb71e97343bd72f8767dfd2b7f63b31248d:
- File widgets/listbox.tcl — part of check-in [ec066be4aa] at 2013-01-07 20:37:30 on branch trunk — Stubs for unimplemented classic widgets. (user: gerald size: 218)
# 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');"} }