Home
last modified time | relevance | path

Searched refs:value_list (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/gtk/a11y/
H A Datktextattributes.cxx882 gchar * value_list[4] = { NULL, NULL, NULL, NULL }; in get_text_decoration() local
892 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()
910 return g_strjoinv(" ", value_list); in get_text_decoration()

Completed in 27 milliseconds