summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-28 01:57:07 -0400
committerPietro Gagliardi <[email protected]>2014-06-28 01:57:07 -0400
commitc8ae74cf2677195106dcd526c8b745a995be9075 (patch)
treee73419b923778852ebf42eea690492dde9cd09c4 /sysdata.go
parentd13e398e903219ec622293e18384fa2a0207768a (diff)
Implemented the new events in the portable code.
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdata.go b/sysdata.go
index 14bfc20..9144517 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -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