Home
last modified time | relevance | path

Searched refs:vbox_right_effects (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.c4233 prefsw->vbox_right_effects = lives_vbox_new(FALSE, 0); in create_prefs_dialog()
4235 …efsw->scrollw_right_effects = lives_standard_scrolled_window_new(0, 0, prefsw->vbox_right_effects); in create_prefs_dialog()
4238 …lives_box_pack_start(LIVES_BOX(prefsw->vbox_right_effects), hbox, FALSE, FALSE, widget_opts.packin… in create_prefs_dialog()
4249 add_hsep_to_box(LIVES_BOX(prefsw->vbox_right_effects)); in create_prefs_dialog()
4252 lives_box_pack_start(LIVES_BOX(prefsw->vbox_right_effects), hbox, FALSE, FALSE, in create_prefs_dialog()
4262 …lives_box_pack_start(LIVES_BOX(prefsw->vbox_right_effects), hbox, FALSE, FALSE, widget_opts.packin… in create_prefs_dialog()
4273 …lives_box_pack_start(LIVES_BOX(prefsw->vbox_right_effects), hbox, FALSE, FALSE, widget_opts.packin… in create_prefs_dialog()
4291 …lives_box_pack_start(LIVES_BOX(prefsw->vbox_right_effects), hbox, FALSE, FALSE, widget_opts.packin… in create_prefs_dialog()
4296 add_hsep_to_box(LIVES_BOX(prefsw->vbox_right_effects)); in create_prefs_dialog()
4299 lives_box_pack_start(LIVES_BOX(prefsw->vbox_right_effects), hbox, FALSE, FALSE, in create_prefs_dialog()
[all …]
H A Dpreferences.h547 LiVESWidget *vbox_right_effects; member