Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dldvcallbacks.c55 lives_button_set_label(LIVES_BUTTON(dvgrabw->play), LIVES_STOCK_LABEL_MEDIA_PLAY); in on_camstop_clicked()
67 lives_button_set_label(LIVES_BUTTON(dvgrabw->play), LIVES_STOCK_LABEL_MEDIA_PAUSE); in on_camplay_clicked()
69 lives_button_set_label(LIVES_BUTTON(dvgrabw->play), LIVES_STOCK_LABEL_MEDIA_PLAY); in on_camplay_clicked()
H A Dinterface.c3054 lives_button_set_label(LIVES_BUTTON(tvcardw->advbutton), _("Use def_aults")); in on_liveinp_advanced_clicked()
3056 lives_button_set_label(LIVES_BUTTON(tvcardw->advbutton), _("_Advanced")); in on_liveinp_advanced_clicked()
4447 lives_button_set_label(LIVES_BUTTON(discardbutton), _("_Wipe layout")); in create_cds_dialog()
4448 else if (type == 0) lives_button_set_label(LIVES_BUTTON(discardbutton), _("_Ignore changes")); in create_cds_dialog()
4451 lives_button_set_label(LIVES_BUTTON(discardbutton), _("_Delete clip set")); in create_cds_dialog()
4453 lives_button_set_label(LIVES_BUTTON(discardbutton), _("_Discard all clips")); in create_cds_dialog()
4454 } else if (type == 2) lives_button_set_label(LIVES_BUTTON(discardbutton), _("_Delete layout")); in create_cds_dialog()
4458 if (type == 0 || type == 3) lives_button_set_label(LIVES_BUTTON(savebutton), _("_Save layout")); in create_cds_dialog()
4459 else if (type == 1) lives_button_set_label(LIVES_BUTTON(savebutton), _("_Save clip set")); in create_cds_dialog()
4460 else if (type == 2) lives_button_set_label(LIVES_BUTTON(savebutton), _("_Wipe layout")); in create_cds_dialog()
H A Dwidget-helper.h400 boolean lives_button_set_label(LiVESButton *, const char *label);
1044 #define lives_standard_button_set_label(b, l); lives_button_set_label(b, l)
H A Dcallbacks.c7090 lives_button_set_label(LIVES_BUTTON(widget), fsp_ltext);
7407 lives_button_set_label(LIVES_BUTTON(widget), tmp);
10134 lives_button_set_label(LIVES_BUTTON(button), _("Resume"));
10142 lives_button_set_label(LIVES_BUTTON(button), _("Paus_e"));
10156 lives_button_set_label(LIVES_BUTTON(button), _("Resume"));
10167 lives_button_set_label(LIVES_BUTTON(mainw->proc_ptr->cancel_button), ltext);
10203 …if (cfile->opening || !cfile->nokeep) lives_button_set_label(LIVES_BUTTON(button), _("Pause/_Enoug…
10204 else lives_button_set_label(LIVES_BUTTON(button), _("Paus_e"));
10205 lives_button_set_label(LIVES_BUTTON(mainw->proc_ptr->cancel_button), _("Cancel"));
10366 if (button) lives_button_set_label(LIVES_BUTTON(button), _("Stop"));
[all …]
H A Dframedraw.c210 lives_button_set_label(LIVES_BUTTON(mainw->framedraw_reset), _("_Reset Values")); in framedraw_add_reset()
H A Drfx-builder.c2333 lives_button_set_label(LIVES_BUTTON(rfxbuilder->param_strdef_button), (_("Set _values"))); in on_param_type_changed()
2397 lives_button_set_label(LIVES_BUTTON(rfxbuilder->param_strdef_button), (_("Set _default"))); in on_param_type_changed()
H A Dwidget-helper.c4175 lives_button_set_label(LIVES_BUTTON(button), label); in lives_button_new_with_label()
4345 WIDGET_HELPER_GLOBAL_INLINE boolean lives_button_set_label(LiVESButton *button, const char *label) { in lives_button_set_label() function
8292 if (!is_standard_widget(LIVES_WIDGET(sbutt))) return lives_button_set_label(sbutt, txt); in lives_standard_button_set_label()