-
-
22 Dec 2008 11:09:21 UTC
- Distribution: Gtk2-Sexy
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (11 / 0 / 0)
- Kwalitee
Bus factor: 3- % Coverage
- License: open_source
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (57.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Gtk2
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Gtk2::Sexy - Perl interface to the sexy widget collection
DESCRIPTION
This module allows a perl developer to access the widgets of the sexy widget collection, which currently includes the following widgets:
- SexyIconEntry
-
SexyIconEntry is a GtkEntry with support for inline icons. They can appear on either side of the entry or on both sides. There's also built-in support for adding a clear button for clearing the entry. This widget is particularly useful as search fields.
- SexySpellEntry
-
SexySpellEntry is a GtkEntry with inline spell checking. This makes use of Enchant and allows the user to see what they've typed wrong as they type it. A right-click menu is provided for misspelled words offering suggestions.
- SexyUrlLabel
-
SexyUrlLabel is a GtkLabel with support for embedded hyperlinks. It uses a modified form of the Pango markup format that supports the
<a href="...">...</a>
tag. The hyperlink will appear in blue and can be activated by clicking it. Right-clicking the hyperlink displays a menu offering the ability to activate it or to copy the URL.
SEE ALSO
Gtk2(3pm), Gtk2::Sexy::index(3pm)
AUTHOR
Florian Ragwitz <rafl@debian.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005-2008 by Florian Ragwitz
This is free software, licensed under:
The GNU Lesser General Public License Version 2.1, February 1999
Module Install Instructions
To install Gtk2::Sexy, copy and paste the appropriate command in to your terminal.
cpanm Gtk2::Sexy
perl -MCPAN -e shell install Gtk2::Sexy
For more information on module installation, please visit the detailed CPAN module installation guide.