1pm::Sexy(3) User Contributed Perl Documentation pm::Sexy(3)
2
3
4
6 Gtk2::Sexy - Perl interface to the sexy widget collection
7
9 This module allows a perl developer to access the widgets of the sexy
10 widget collection, which currently includes the following widgets:
11
12 SexyIconEntry
13 SexyIconEntry is a GtkEntry with support for inline icons. They can
14 appear on either side of the entry or on both sides. There's also
15 built-in support for adding a clear button for clearing the entry.
16 This widget is particularly useful as search fields.
17
18 SexySpellEntry
19 SexySpellEntry is a GtkEntry with inline spell checking. This makes
20 use of Enchant and allows the user to see what they've typed wrong as
21 they type it. A right-click menu is provided for misspelled words
22 offering suggestions.
23
24 SexyUrlLabel
25 SexyUrlLabel is a GtkLabel with support for embedded hyperlinks. It
26 uses a modified form of the Pango markup format that supports the
27
28 <a href="...">...</a>
29
30 tag. The hyperlink will appear in blue and can be activated by click‐
31 ing it. Right-clicking the hyperlink displays a menu offering the
32 ability to activate it or to copy the URL.
33
35 Gtk2(3pm), Gtk2::Sexy::index(3pm)
36
38 Florian Ragwitz <rafl@debian.org>
39
41 Copyright (C) 2005-2006 by Florian Ragwitz
42
43 This library is free software; you can redistribute it and/or modify it
44 under the terms of the GNU Lesser General Public License as published
45 by the Free Software Foundation; either version 2.1 of the License, or
46 (at your option) any later version.
47
48 This library is distributed in the hope that it will be useful, but
49 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
50 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
51 General Public License for more details.
52
53 You should have received a copy of the GNU Lesser General Public
54 License along with this library; if not, write to the Free Software
55 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
56 USA.
57
58
59
60perl v5.8.8 2006-09-01 pm::Sexy(3)