Home
last modified time | relevance | path

Searched refs:eventbox4 (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c179 lives_widget_apply_theme(mainw->eventbox4, LIVES_WIDGET_STATE_NORMAL); in set_colours()
291 lives_widget_set_bg_color(mainw->eventbox4, LIVES_WIDGET_STATE_NORMAL, colb); in set_colours()
305 lives_widget_set_bg_color(mainw->eventbox4, LIVES_WIDGET_STATE_NORMAL, colb); in set_colours()
2062 mainw->eventbox4 = lives_event_box_new(); in create_LiVES()
2064 lives_widget_set_app_paintable(mainw->eventbox4, TRUE); in create_LiVES()
2069 lives_widget_set_halign(mainw->eventbox4, LIVES_ALIGN_CENTER); in create_LiVES()
2071 lives_widget_set_margin_left(mainw->eventbox4, widget_opts.packing_width); in create_LiVES()
2072 lives_widget_set_margin_right(mainw->eventbox4, widget_opts.packing_width); in create_LiVES()
2078 lives_container_add(LIVES_CONTAINER(mainw->eventbox4), mainw->frame2); in create_LiVES()
3361 lives_widget_show_all(mainw->eventbox4); in unfade_background()
[all …]
H A Dmainwindow.h1334 LiVESWidget *eventbox4; member
H A Dmain.c5968 lives_widget_set_size_request(mainw->eventbox4, hsize, vsize); in load_end_image()
10320 lives_widget_set_size_request(mainw->eventbox4, mainw->ce_frame_width, mainw->ce_frame_height);
10351 lives_widget_set_size_request(mainw->eventbox4, xsize / scale, vsize + V_RESIZE_ADJUST);
10358 lives_widget_hide(mainw->eventbox4);
H A Dcallbacks.c7953 lives_widget_show(mainw->eventbox4);
8116 lives_widget_show(mainw->eventbox4);
8254 lives_widget_show(mainw->eventbox4);
H A Dsaveplay.c3167 lives_widget_show(mainw->eventbox4);