Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h567 boolean lives_label_set_width_chars(LiVESLabel *, int nchars);
H A Dwidget-helper.c3662 WIDGET_HELPER_GLOBAL_INLINE boolean lives_label_set_width_chars(LiVESLabel *label, int nchars) { in lives_label_set_width_chars() function
7461 lives_label_set_width_chars(label, strlen(text) + pad); in lives_label_set_hpadding()
8677 lives_label_set_width_chars(LIVES_LABEL(label), MIN_MSG_WIDTH_CHARS); in lives_standard_formatted_label_new()
12403 lives_label_set_width_chars(LIVES_LABEL(widget), nchars); in add_fill_to_box()
H A Dinterface.c6706 lives_label_set_width_chars(LIVES_LABEL(dsq->vlabel), 12); in run_diskspace_dialog()