Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30525/Win32-GUI-Constants
Modified Files:
Tags.pm
Log Message:
Rework Tooltip Class
Index: Tags.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Constants/Tags.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Tags.pm 16 Jul 2006 11:09:32 -0000 1.4
--- Tags.pm 3 Aug 2006 22:20:38 -0000 1.5
***************
*** 115,119 ****
toolbar => [ qw( ^BTNS_ ^TBSTATE_ ^TBSTYLE_ ^I_ ^CLR_DEFAULT$ ^TRANSPARENT$
^OPAQUE$ ^HINST_COMMCTRL$ ^IBD_ ) ],
! tooltip => [ qw() ],
treeview => [ qw( ^CLR_DEFAULT$ ^TVGN_ ^TVHT_ ) ],
updown => [ qw() ],
--- 115,119 ----
toolbar => [ qw( ^BTNS_ ^TBSTATE_ ^TBSTYLE_ ^I_ ^CLR_DEFAULT$ ^TRANSPARENT$
^OPAQUE$ ^HINST_COMMCTRL$ ^IBD_ ) ],
! tooltip => [ qw( ^TTDT_ ^TTF_ ^TTM_ ^TTN_ ) ],
treeview => [ qw( ^CLR_DEFAULT$ ^TVGN_ ^TVHT_ ) ],
updown => [ qw() ],
|