1Pango::AttrUnderline(3)User Contributed Perl DocumentatioPnango::AttrUnderline(3)
2
3
4
6 Pango::AttrUnderline
7
9 attribute = Pango::AttrUnderline->new ($underline, ...)
10 · $underline (Pango::Underline)
11
12 · ... (list)
13
14 underline = $attr->value (...)
15 · ... (list)
16
18 enum Pango::Underline
19 · 'none' / 'PANGO_UNDERLINE_NONE'
20
21 · 'single' / 'PANGO_UNDERLINE_SINGLE'
22
23 · 'double' / 'PANGO_UNDERLINE_DOUBLE'
24
25 · 'low' / 'PANGO_UNDERLINE_LOW'
26
27 · 'error' / 'PANGO_UNDERLINE_ERROR'
28
30 Pango
31
33 Copyright (C) 2003-2009 by the gtk2-perl team.
34
35 This software is licensed under the LGPL. See Pango for a full notice.
36
37
38
39perl v5.12.3 2011-03-23 Pango::AttrUnderline(3)