Pango::AttrUnderline (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Pango::AttrUnderline - Pango underline style attributeHIERARCHY
Glib::Boxed +----Pango::AttrUnderline
METHODS
attribute = Pango::AttrUnderline->new ($underline, ...)
- *
- $underline (Pango::Underline)
- *
- ... (list)
underline = $attr->value (...)
- *
- ... (list)
ENUMS AND FLAGS
enum Pango::Underline
- *
-
'none' / 'PANGO_UNDERLINE_NONE'
- *
-
'single' / 'PANGO_UNDERLINE_SINGLE'
- *
-
'double' / 'PANGO_UNDERLINE_DOUBLE'
- *
-
'low' / 'PANGO_UNDERLINE_LOW'
- *
-
'error' / 'PANGO_UNDERLINE_ERROR'
SEE ALSO
Pango, Glib::BoxedCOPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the
LGPL.
See Pango for a full notice.