From 1238936a16170757104879d9593ba9440c70e8cd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 3 Jul 2014 11:04:07 -0400 Subject: Added Post() and implemented it on Windows. --- sysdata.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysdata.go') diff --git a/sysdata.go b/sysdata.go index 006595c..ccd5935 100644 --- a/sysdata.go +++ b/sysdata.go @@ -9,8 +9,9 @@ type cSysData struct { spaced bool alternate bool // editable for Combobox, multi-select for listbox, password for lineedit handler AreaHandler // for Areas; TODO rename to areahandler - close func() bool // provided by each Window - event func() // provided by each control + close func() bool // provided by each Window + post func(interface{}) // provided by each Window + event func() // provided by each control } // this interface is used to make sure all sysDatas are synced -- cgit v1.2.3