The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Win32::GUI::Constants::Tags - export :tag definitions for Win32::GUI::Constants

SYNOPSIS

  use Win32::GUI::Constants qw ( :tag ... );

Win32::GUI::Constants::Tags provide export :tag definitions for use with Win32::GUI::Constants. It is implemented as a seperate module to improve the speed and memory usage of Win32::GUI::Constants if no :tag symbols are used on the import line.

EXPORT TAGS

The following tags are defined for use with Win32::GUI::Constants:

General Export Tags

:common

A somewhat subjective list of commonly used constants.

:customdraw

Constants related to custom draw handling.

:stockobjects

Constants defining the system objects that can be created with GetStockObject().

:compatibility_win32_gui

All constants exported by default by Win32::GUI up to v1.03. Note that this is a large list.

:all

All defined constants. Note that this is a very large list.

Package Specific Export Tags

The following list of export tags is defined, each exporting constant that may be useful with the related Win32::GUI package(s). Note that some currently export nothing.

:accelerator, :animation, :bitmap, :brush, :button, :class, :combobox, :cursor, :datetime, :dc, :font, :header, :icon, :imagelist, :label, :listbox, :listview, :mdi, :menu, :monthcal, :notifyicon, :pen, :progressbar, :rebar, :region, :richedit, :scrollbar, :slider, :splitter, :statusbar, :tabstrip, :textfield, :timer, :toolbar, :tooltip, :treeview, :updown, :window

SUPPORT

Homepage: http://perl-win32-gui.sourceforge.net/.

For further support join the users mailing list (perl-win32-gui-users@lists.sourceforge.net) from the website at http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users. There is a searchable list archive at http://sourceforge.net/mail/?group_id=16572

BUGS

No all constants are covered. If you find missing constants please raise a feature request at http://sourceforge.net/tracker/?group_id=16572&atid=366572

AUTHORS

Robert May, <robertemay@users.sourceforge.net>

ACKNOWLEDGEMENTS

Many thanks to the Win32::GUI developers at http://perl-win32-gui.sourceforge.net/ for suggestions and assistance.

COPYRIGHT & LICENSE

Copyright 2005..2006 Robert May, All Rights Reserved.