diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-28 01:57:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-28 01:57:07 -0400 |
| commit | c8ae74cf2677195106dcd526c8b745a995be9075 (patch) | |
| tree | e73419b923778852ebf42eea690492dde9cd09c4 /sysdata.go | |
| parent | d13e398e903219ec622293e18384fa2a0207768a (diff) | |
Implemented the new events in the portable code.
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ type cSysData struct { alternate bool // editable for Combobox, multi-select for listbox, password for lineedit handler AreaHandler // for Areas; TODO rename to areahandler winhandler WindowHandler // for Windows - event func() // provided by each widget + close func(*bool) // provided by each Window + event func() // provided by each control } // this interface is used to make sure all sysDatas are synced |
