diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-14 16:25:39 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-14 16:25:39 -0500 |
| commit | 88646445b02da6be218e7059b6c0ef72ab3cf98c (patch) | |
| tree | 4ffa4d51929f123001d41921eea899643c3f88ad /sysdata.go | |
| parent | 61d7f285ac3ba1e2da84e1b8323cb45b0e8fd799 (diff) | |
Added Listboxes. You can't use the results just yet...
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ) |
