Home
last modified time | relevance | path

Searched refs:lives_layout_new (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c3193 layout = lives_layout_new(LIVES_BOX(prefsw->vbox_right_gui)); in create_prefs_dialog()
3290 layout = lives_layout_new(LIVES_BOX(prefsw->vbox_right_gui)); in create_prefs_dialog()
3342 layout = lives_layout_new(LIVES_BOX(prefsw->vbox_right_gui)); in create_prefs_dialog()
3650 layout = lives_layout_new(LIVES_BOX(vbox)); in create_prefs_dialog()
3697 layout = lives_layout_new(LIVES_BOX(vbox)); in create_prefs_dialog()
3727 layout = lives_layout_new(LIVES_BOX(vbox)); in create_prefs_dialog()
3811 layout = lives_layout_new(LIVES_BOX(vbox)); in create_prefs_dialog()
4401 layout = lives_layout_new(NULL); in create_prefs_dialog()
4913 layout = lives_layout_new(LIVES_BOX(vbox)); in create_prefs_dialog()
4972 layout = lives_layout_new(LIVES_BOX(vbox)); in create_prefs_dialog()
[all …]
H A Dinterface.c1096 layout = lives_layout_new(LIVES_BOX(vbox)); in create_clip_info_window()
2046 layout = lives_layout_new(LIVES_BOX(top_vbox)); in filter_cleanup()
2061 layout_rec = lives_layout_new(LIVES_BOX(vbox)); in filter_cleanup()
2083 layout_rem = lives_layout_new(LIVES_BOX(vbox)); in filter_cleanup()
2109 layout_leave = lives_layout_new(LIVES_BOX(vbox)); in filter_cleanup()
2965 layout = lives_layout_new(LIVES_BOX(vbox)); in create_rename_dialog()
6489 layout = lives_layout_new(LIVES_BOX(dialog_vbox)); in run_diskspace_dialog()
6551 layout = lives_layout_new(LIVES_BOX(dialog_vbox)); in run_diskspace_dialog()
6628 layout = lives_layout_new(LIVES_BOX(dialog_vbox)); in run_diskspace_dialog()
6687 layout = lives_layout_new(LIVES_BOX(dialog_vbox)); in run_diskspace_dialog()
[all …]
H A Dwidget-helper.h1002 LiVESWidget *lives_layout_new(LiVESBox *);
H A Ddialogs.c206 layout = lives_layout_new(LIVES_BOX(dialog_vbox)); in extra_cb()
228 layout = lives_layout_new(LIVES_BOX(dialog_vbox)); in extra_cb()
H A Dparamwindow.c1233 layoutx = lives_layout_new(LIVES_BOX(param_vbox)); in make_param_box()
1428 layoutx = lives_layout_new(LIVES_BOX(param_vbox)); in make_param_box()
H A Drfx-builder.c222 layout = lives_layout_new(LIVES_BOX(top_vbox)); in make_rfx_build_window()
H A Devents.c6085 layout = lives_layout_new(LIVES_BOX(vbox)); in add_video_options()
H A Dwidget-helper.c7732 WIDGET_HELPER_GLOBAL_INLINE LiVESWidget *lives_layout_new(LiVESBox * box) { in lives_layout_new() function