AttrUnderline
Description:
[ CCode ( cprefix = "IBUS_ATTR_UNDERLINE_" , type_id = "ibus_attr_underline_get_type ()" ) ]
public enum AttrUnderline
Type of IBusText attribute.
Content:
Enum values:
- DOUBLE - Double underline.
- ERROR - Error underline
- LOW - Low underline ? FIXME
- NONE - No underline.
- SINGLE - Single underline.
Static methods:
- public static unowned Attribute @new (uint underline_type, uint start_index, uint end_index)