Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c2049 lives_layout_add_label(LIVES_LAYOUT(layout), txt, FALSE); in filter_cleanup()
6267 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6275 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6293 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6303 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6309 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6315 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6324 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6369 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
6379 lives_layout_add_label(LIVES_LAYOUT(layout2), txt, TRUE); in dsu_fill_details()
[all …]
H A Dpreferences.c3712 lives_layout_add_label(LIVES_LAYOUT(layout), _("Monitor gamma setting:"), TRUE); in create_prefs_dialog()
4014 lives_layout_add_label(LIVES_LAYOUT(layout), _("Pause recording if:"), TRUE); in create_prefs_dialog()
4165 lives_layout_add_label(LIVES_LAYOUT(layout), in create_prefs_dialog()
4403 prefsw->workdir_label = lives_layout_add_label(LIVES_LAYOUT(layout), NULL, FALSE); in create_prefs_dialog()
4572 lives_layout_add_label(LIVES_LAYOUT(layout), _("MB"), TRUE); in create_prefs_dialog()
4576 prefsw->dsl_label = lives_layout_add_label(LIVES_LAYOUT(layout), tmp2, TRUE); in create_prefs_dialog()
4591 lives_layout_add_label(LIVES_LAYOUT(layout), _("MB"), TRUE); in create_prefs_dialog()
4595 prefsw->dsc_label = lives_layout_add_label(LIVES_LAYOUT(layout), tmp2, TRUE); in create_prefs_dialog()
4884 lives_layout_add_label(LIVES_LAYOUT(layout), _("Eye Candy"), FALSE); in create_prefs_dialog()
4979 lives_layout_add_label(LIVES_LAYOUT(layout), _("Frame blank image"), TRUE); in create_prefs_dialog()
[all …]
H A Ddialogs.c208 lives_layout_add_label(LIVES_LAYOUT(layout), _("Sets detected: "), TRUE); in extra_cb()
209 label = lives_layout_add_label(LIVES_LAYOUT(layout), _("0"), TRUE); in extra_cb()
231 lives_layout_add_label(LIVES_LAYOUT(layout), _("If you believe there should be clips in the " in extra_cb()
H A Dwidget-helper.h1007 LiVESWidget *lives_layout_add_label(LiVESLayout *, const char *text, boolean horizontal);
H A Dparamwindow.c1395 last_label = lives_layout_add_label(LIVES_LAYOUT(layoutx), label_text, keepsmall); in make_param_box()
H A Dwidget-helper.c7810 WIDGET_HELPER_GLOBAL_INLINE LiVESWidget *lives_layout_add_label(LiVESLayout * layout, const char *t… in lives_layout_add_label() function
7848 widget = lives_layout_add_label(layout, NULL, FALSE); in lives_layout_add_fill()