Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h310 LiVESWidget *fx_list_vbox; member
H A Dmultitrack.c4244 if (add_top) lives_box_pack_top(LIVES_BOX(mt->fx_list_vbox), xeventbox, FALSE, FALSE, 0); in add_to_listbox()
4245 else lives_box_pack_start(LIVES_BOX(mt->fx_list_vbox), xeventbox, TRUE, FALSE, 0); in add_to_listbox()
4271 mt->fx_list_vbox = lives_vbox_new(FALSE, widget_opts.packing_height); in populate_filter_box()
4272 lives_container_set_border_width(LIVES_CONTAINER(mt->fx_list_vbox), widget_opts.border_width); in populate_filter_box()
4273 …ves_scrolled_window_add_with_viewport(LIVES_SCROLLED_WINDOW(mt->fx_list_scroll), mt->fx_list_vbox); in populate_filter_box()
4276 lives_widget_set_fg_color(mt->fx_list_vbox, LIVES_WIDGET_STATE_NORMAL, &palette->normal_fore); in populate_filter_box()
10698 xlist = children = lives_container_get_children(LIVES_CONTAINER(mt->fx_list_vbox)); in fx_ebox_pressed()
13229 mt->fx_list_vbox = lives_vbox_new(FALSE, widget_opts.packing_height); in polymorph()
13230 lives_container_set_border_width(LIVES_CONTAINER(mt->fx_list_vbox), widget_opts.border_width); in polymorph()
13231 …ves_scrolled_window_add_with_viewport(LIVES_SCROLLED_WINDOW(mt->fx_list_scroll), mt->fx_list_vbox); in polymorph()
[all …]