Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dldvinterface.c74 …button3 = lives_standard_button_new_from_stock(LIVES_STOCK_MEDIA_REWIND, LIVES_STOCK_LABEL_MEDIA_… in create_camwindow()
80 …button4 = lives_standard_button_new_from_stock(LIVES_STOCK_MEDIA_FORWARD, LIVES_STOCK_LABEL_MEDIA_… in create_camwindow()
86 …dvgrabw->stop = lives_standard_button_new_from_stock(LIVES_STOCK_MEDIA_STOP, LIVES_STOCK_LABEL_MED… in create_camwindow()
93 …dvgrabw->play = lives_standard_button_new_from_stock(LIVES_STOCK_MEDIA_PLAY, LIVES_STOCK_LABEL_MED… in create_camwindow()
99 dvgrabw->grab = lives_standard_button_new_from_stock(LIVES_STOCK_MEDIA_RECORD, _("_Grab"), in create_camwindow()
H A Dframedraw.c205 mainw->framedraw_reset = lives_standard_button_new_from_stock(LIVES_STOCK_REFRESH, NULL, in framedraw_add_reset()
382 mainw->framedraw_preview = lives_standard_button_new_from_stock(LIVES_STOCK_REFRESH, _("Preview"), in widget_add_framedraw()
H A Dinterface.c3282 … tvcardw->advbutton = lives_standard_button_new_from_stock(LIVES_STOCK_PREFERENCES, _("_Advanced"), in create_cdtrack_dialog()
6516 button = lives_standard_button_new_from_stock(LIVES_STOCK_PREFERENCES, _("Change Directory"), in run_diskspace_dialog()
6659 dsq->resbutton = lives_standard_button_new_from_stock(LIVES_STOCK_UNDO, _("Reset"), in run_diskspace_dialog()
6674 dsq->button = lives_standard_button_new_from_stock(LIVES_STOCK_PREFERENCES, _("Change _Quota"), in run_diskspace_dialog()
6740 button = lives_standard_button_new_from_stock(LIVES_STOCK_PREFERENCES, _("Clean Up Diskspace"), in run_diskspace_dialog()
6751 button = lives_standard_button_new_from_stock(LIVES_STOCK_PREFERENCES, _("Manage Clip Sets"), in run_diskspace_dialog()
6773 button = lives_standard_button_new_from_stock(LIVES_STOCK_CLOSE, _("Close Current Clips"), in run_diskspace_dialog()
H A Deffects-data.c4098 conxwp->add_button[idx] = lives_standard_button_new_from_stock(LIVES_STOCK_ADD, NULL, BW, BH); in ptable_row_add_standard_widgets()
4109 conxwp->del_button[idx] = lives_standard_button_new_from_stock(LIVES_STOCK_REMOVE, NULL, BW, BH); in ptable_row_add_standard_widgets()
4135 conxwp->add_button[idx] = lives_standard_button_new_from_stock(LIVES_STOCK_ADD, NULL, BW, BH); in ctable_row_add_standard_widgets()
4144 conxwp->del_button[idx] = lives_standard_button_new_from_stock(LIVES_STOCK_REMOVE, NULL, BW, BH); in ctable_row_add_standard_widgets()
H A Dwidget-helper.h1049 LiVESWidget *lives_standard_button_new_from_stock(const char *stock_id, const char *label,
H A Dwidget-helper.c4215 LiVESWidget *lives_standard_button_new_from_stock(const char *stock_id, const char *label, int widt… in lives_standard_button_new_from_stock() function
8379 LiVESWidget *sbutt = lives_standard_button_new_from_stock(stock_id, label, width, height); in lives_standard_button_new_from_stock_full()
9895 LiVESWidget *button = lives_standard_button_new_from_stock(stock_id, label, bwidth, in lives_dialog_add_button_from_stock()