diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-08-30 15:18:44 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-08-30 15:18:44 +0200 |
commit | 71988e806a7aedc8aeb34022fbb64ac477ebbf6b (patch) | |
tree | 4812214d2afb339b08d8478e96aec6eaf7eb7939 /lib/ManaTools | |
parent | f68aea5c71c2c2a4c23f0f2b98eff3b582c1a688 (diff) | |
download | manatools-71988e806a7aedc8aeb34022fbb64ac477ebbf6b.tar manatools-71988e806a7aedc8aeb34022fbb64ac477ebbf6b.tar.gz manatools-71988e806a7aedc8aeb34022fbb64ac477ebbf6b.tar.bz2 manatools-71988e806a7aedc8aeb34022fbb64ac477ebbf6b.tar.xz manatools-71988e806a7aedc8aeb34022fbb64ac477ebbf6b.zip |
fixed comment on POD
Diffstat (limited to 'lib/ManaTools')
-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 |