Pango::AttrUnderline(3) User Contributed Perl Documentation Pango::AttrUnderline(3)
NAME
Pango::AttrUnderline
METHODS
attribute = Pango::AttrUnderline->new ($underline, ...)
o $underline (Pango::Underline)
o ... (list)
underline = $attr->value (...)
o ... (list)
ENUMS AND FLAGS
enum Pango::Underline
o 'none' / 'PANGO_UNDERLINE_NONE'
o 'single' / 'PANGO_UNDERLINE_SINGLE'
o 'double' / 'PANGO_UNDERLINE_DOUBLE'
o 'low' / 'PANGO_UNDERLINE_LOW'
o 'error' / 'PANGO_UNDERLINE_ERROR'
SEE ALSO
Pango
COPYRIGHT
Copyright (C) 2003-2009 by the gtk2-perl team.
This software is licensed under the LGPL. See Pango for a full notice.
perl v5.12.1 2010-07-05 Pango::AttrUnderline(3)