diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ManaTools/Shared/GUI/Event.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared/GUI/Event.pm b/lib/ManaTools/Shared/GUI/Event.pm index efed61c3..f9793a7f 100644 --- a/lib/ManaTools/Shared/GUI/Event.pm +++ b/lib/ManaTools/Shared/GUI/Event.pm @@ -84,7 +84,8 @@ use yui; eventType: a yui::YEventType widget: an optional widget item: an optional item - event: an optional CodeRef + event: an optional CodeRef that returns 0 if event is + not correctly processed backend: an optional backend to be used in the event handler =head3 DESCRIPTION |