Searched refs:decorations (Results 1 – 3 of 3) sorted by relevance
875 static const gchar * decorations[] = { "none", "blink", "underline", "line-through" }; variable892 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_BLINK]); in get_text_decoration()898 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_UNDERLINE]); in get_text_decoration()904 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_LINE_THROUGH]); in get_text_decoration()908 value_list[count++] = const_cast <gchar *> (decorations[DECORATION_NONE]); in get_text_decoration()
53 This includes all glyphs, font decorations and bullets.
34 /** These values are used to specify the decorations of a window.
Completed in 28 milliseconds