The events documented on this page are applicable to most windows and controls.
Char()
[TBD]
Click()
[TBD]
DblClick()
[TBD]
DblRightClick()
[TBD]
DropFiles(DROP)
Sent when the window receives dropped files. To enable a window to
be a target for files dragged from a shell window, you must set the
window's -acceptfiles
option or call $win->AcceptFiles(1)
on the window (See
AcceptFiles()). The
DROP parameter is either * a Win32 drop handle (see MSDN) or a
Win32::GUI::DropFiles object if you have
done use Win32::GUI::DropFiles;
somewhere in your code.
GotFocus()
[TBD]
KeyDown()
[TBD]
KeyUp()
[TBD]
LostFocus()
[TBD]
MouseDblClick()
[TBD]
MouseDown()
[TBD]
MouseMiddleDblClick()
[TBD]
MouseMiddleDown()
[TBD]
MouseMiddleUp()
[TBD]
MouseMove()
[TBD]
MouseOut()
[TBD]
MouseOver()
[TBD]
MouseRightDblClick()
[TBD]
MouseRightDown()
[TBD]
MouseRightUp()
[TBD]
MouseUp()
[TBD]
RightClick()
[TBD]
Timer()
Sent when a Win32::GUI::Timer object reaches its ELAPSEd time. For OEM the event is names $name_Timer. For NEM the subroutine called is set with the parent window's -onTimer option. There are 2 arguments passed to the NEM event handler:
the first is the parent window object, and the second is the timer's name.
Documentation for Win32::GUI v1.06 created 13 Feb 2008
This document is autogenerated by the build process. Edits made here will be lost. Edit docs/GUI/Reference/Events.pod instead.
Homepage: http://perl-win32-gui.sourceforge.net/.
For further support join the users mailing list(perl-win32-gui-users@lists.sourceforge.net
) from the website
at http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There is a searchable list archive at http://sourceforge.net/mail/.
Copyright (c) 1997..2008 Aldo Calpini. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.