summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-14 16:25:39 -0500
committerPietro Gagliardi <[email protected]>2014-02-14 16:25:39 -0500
commit88646445b02da6be218e7059b6c0ef72ab3cf98c (patch)
tree4ffa4d51929f123001d41921eea899643c3f88ad /sysdata.go
parent61d7f285ac3ba1e2da84e1b8323cb45b0e8fd799 (diff)
Added Listboxes. You can't use the results just yet...
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
)