Howdy,
Ive used Class to set Icons and cursers.
EG.

$I = new Win32::GUI::Icon("icon.ico");
$C=new Win32::GUI::Bitmap("no.cur", 2);
$WinClass = new Win32::GUI::Class(
    -name => "johns-windows", 
    -cursor => $C,
    -icon => $I,);

                                        
Windows created with -class => $WinClass  will Have the same Icon and curser

> -----Original Message-----
> From: Steven Swenson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 10 July 2002 8:20 AM
> To: perl-win32-gui-users@lists.sourceforge.net
> Subject: [perl-win32-gui-users] Win32::GUI::Class() ??
> 
> 
> Hi all,
>       I was curious if anyone has any examples of how to use the 
> Win32::GUI::Class function to create new class of windows?
> Would this allow the use of new events?  or combination of 
> existing classes?
> 
>      --Steve
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Stuff, things, and much much more.
> http://thinkgeek.com/sf
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Perl-Win32-GUI-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
> 


############################################################## 
Disclaimer 

If this e-mail has been sent to you in error, please notify 
Océ-Australia Limited immediately and delete this e-mail from 
your system. 

Any views expressed in this e-mail are those of the individual 
sender and may not necessarily reflect the views of 
Océ-Australia Limited. 
##############################################################

Reply via email to