Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h1033 boolean lives_standard_button_set_label(LiVESButton *, const char *label);
1044 #define lives_standard_button_set_label(b, l); lives_button_set_label(b, l) macro
H A Dwidget-helper.c4335 lives_standard_button_set_label(LIVES_BUTTON(button), label); in lives_standard_button_new_from_stock()
4347 …if (is_standard_widget(LIVES_WIDGET(button))) return lives_standard_button_set_label(button, label… in lives_button_set_label()
8290 WIDGET_HELPER_GLOBAL_INLINE boolean lives_standard_button_set_label(LiVESButton * sbutt, in lives_standard_button_set_label() function
8303 lives_standard_button_set_label(LIVES_BUTTON(sbutt), txt); in lives_standard_button_new_with_label()
H A Dinterface.c6404 lives_standard_button_set_label(LIVES_BUTTON(butt), _("APPLY _QUOTA")); in changequota_cb()
6419 lives_standard_button_set_label(LIVES_BUTTON(dsq->button), otxt); in changequota_cb()