-
-
01 Jun 2017 13:07:51 UTC
- Distribution: Win32-GUI
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues
- Testers (42 / 1 / 59)
- Kwalitee
Bus factor: 3- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (3.04MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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=16572BUGS
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.
Module Install Instructions
To install Win32::GUI, copy and paste the appropriate command in to your terminal.
cpanm Win32::GUI
perl -MCPAN -e shell install Win32::GUI
For more information on module installation, please visit the detailed CPAN module installation guide.