From: Rogers, J. <rog...@oc...> - 2002-07-10 00:51:08
|
Howdy, Ive used Class to set Icons and cursers. EG. $I =3D new Win32::GUI::Icon("icon.ico"); $C=3Dnew Win32::GUI::Bitmap("no.cur", 2); $WinClass =3D new Win32::GUI::Class( -name =3D> "johns-windows",=20 -cursor =3D> $C, -icon =3D> $I,); =09 Windows created with -class =3D> $WinClass will Have the same Icon and = curser > -----Original Message----- > From: Steven Swenson [mailto:ssw...@su...] > Sent: Wednesday, 10 July 2002 8:20 AM > To: per...@li... > Subject: [perl-win32-gui-users] Win32::GUI::Class() ?? >=20 >=20 > Hi all, > I was curious if anyone has any examples of how to use the=20 > Win32::GUI::Class function to create new class of windows? > Would this allow the use of new events? or combination of=20 > existing classes? >=20 > --Steve >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Stuff, things, and much much more. > http://thinkgeek.com/sf > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >=20 ##############################################################=20 Disclaimer=20 If this e-mail has been sent to you in error, please notify=20 Oc=E9-Australia Limited immediately and delete this e-mail from=20 your system.=20 Any views expressed in this e-mail are those of the individual=20 sender and may not necessarily reflect the views of=20 Oc=E9-Australia Limited.=20 ############################################################## |