Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.c177 lingo_layout_set_text(layout, "", -1); in layout_to_lives_painter()
274 lingo_layout_set_text(layout, "", -1); in layout_nth_message_at_bottom()
278 lingo_layout_set_text(layout, testtext, -1); in layout_nth_message_at_bottom()
309 lingo_layout_set_text(layout, "", -1); in layout_nth_message_at_bottom()
314 lingo_layout_set_text(layout, testtext, -1); in layout_nth_message_at_bottom()
355 lingo_layout_set_text(layout, "", -1); in layout_nth_message_at_bottom()
360 lingo_layout_set_text(layout, tmp, -1); in layout_nth_message_at_bottom()
H A Dwidget-helper.h82 #define lingo_layout_set_text(a, b, c) pango_layout_set_text(a, b, c) macro
H A Dwidget-helper-qt.h4724 LIVES_INLINE void lingo_layout_set_text(LingoLayout *l, const char *text, ssize_t len) { in lingo_layout_set_text() function
H A Dinterface.c6885 if (LINGO_IS_LAYOUT(layout)) lingo_layout_set_text(layout, "", -1); in msg_area_scroll_to()
H A Dwidget-helper.c12392 lingo_layout_set_text(layout, "X", -1); in add_fill_to_box()