Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c940 lives_standard_expander_new(_("Show Details"), LIVES_BOX(vbox3), procw->scrolledwindow); in create_processing()
2976 renamew->expander = lives_standard_expander_new(NULL, LIVES_BOX(dialog_vbox), vbox); in create_rename_dialog()
3875 lives_standard_expander_new(_("_Options"), LIVES_BOX(dialog_vbox), vbox); in create_comments_dialog()
4997 expander = lives_standard_expander_new(title, LIVES_BOX(box), scrolledwindow); in add_list_expander()
5377 lives_standard_expander_new(_("_Other options (e.g audio, subtitles)..."), LIVES_BOX(hbox), NULL); in run_youtube_dialog()
6630 dsq->expander = lives_standard_expander_new(NULL, LIVES_BOX(hbox), dsq->exp_vbox); in run_diskspace_dialog()
H A Dwidget-helper.h1132 LiVESWidget *lives_standard_expander_new(const char *labeltext, LiVESBox *parent, LiVESWidget *chil…
H A Ddialogs.c149 lives_standard_expander_new(_("_Show complete details"), LIVES_BOX(hbox), vbox); in add_perminfo()
H A Dcallbacks.c6388 lives_standard_expander_new(_("Show _Log"), LIVES_BOX(top_vbox),
6632 lives_standard_expander_new(_("Show _Log"), LIVES_BOX(top_vbox), tview);
6660 lives_standard_expander_new(_("Show _Remaining Items"),
H A Devents.c6519 lives_standard_expander_new(_("_Encoder preferences (optional)"), LIVES_BOX(hbox), vbox); in create_render_details()
H A Dwidget-helper.c10351 LiVESWidget *lives_standard_expander_new(const char *ltext, LiVESBox * box, LiVESWidget * child) { in lives_standard_expander_new() function