[perl-win32-gui-users] Passing events through to a module

2005-03-24 Thread Gareth John
I would like to implement a Win32::GUI frontend as a module (class/object), e.g.: -- #!/usr/bin/perl -w use MyGUI; my $gui = MyGUI->new(); $gui->dialog(); -- where the dialog method maps to Win32::GUI::Dialog(). Is there any way to automatically pass all Events (e.g. _Click events, etc) thr

[perl-win32-gui-users] Missing constants for ListView HitTest

2008-02-21 Thread Gareth John
I'm using Perl v5.10.0 and Win32::GUI 1.0.6 - I'm trying to import the following constants: LVHT_ABOVE LVHT_BELOW LVHT_NOWHERE LVHT_ONITEMICON LVHT_ONITEMLABEL LVHT_ONITEMSTATEICON LVHT_TORIGHT LVHT_TOLEFT but they don't seem to be exported by Win32::GUI::Constants. Can anyone tell me what I n