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
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
2 matches
Mail list logo