1Pango::AttrUnderline(3)User Contributed Perl DocumentatioPnango::AttrUnderline(3)
2
3
4
6 Pango::AttrUnderline
7
9 Glib::Boxed
10 +----Pango::AttrUnderline
11
13 attribute = Pango::AttrUnderline->new ($underline, ...)
14 · $underline (Pango::Underline)
15
16 · ... (list)
17
18 underline = $attr->value (...)
19 · ... (list)
20
22 enum Pango::Underline
23 · 'none' / 'PANGO_UNDERLINE_NONE'
24
25 · 'single' / 'PANGO_UNDERLINE_SINGLE'
26
27 · 'double' / 'PANGO_UNDERLINE_DOUBLE'
28
29 · 'low' / 'PANGO_UNDERLINE_LOW'
30
31 · 'error' / 'PANGO_UNDERLINE_ERROR'
32
33 · 'single-line' / 'PANGO_UNDERLINE_SINGLE_LINE'
34
35 · 'double-line' / 'PANGO_UNDERLINE_DOUBLE_LINE'
36
37 · 'error-line' / 'PANGO_UNDERLINE_ERROR_LINE'
38
40 Pango, Glib::Boxed
41
43 Copyright (C) 2003-2011 by the gtk2-perl team.
44
45 This software is licensed under the LGPL. See Pango for a full notice.
46
47
48
49perl v5.32.0 2020-07-28 Pango::AttrUnderline(3)