summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index 7ee8c79..eee6c88 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -37,6 +37,7 @@ func (c *cSysData) append(string) error {
panic(runtime.GOOS + " sysData does not define append()")
}
// TODO insertAfter
+// TODO selectedIndex, selectedIndices, selectedTexts
const (
c_window = iota
@@ -45,6 +46,7 @@ const (
c_combobox
c_lineedit
c_label
+ c_listbox
nctypes
)