Home
last modified time | relevance | path

Searched refs:eventbox5 (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c296 if (mainw->eventbox5) lives_widget_set_bg_color(mainw->eventbox5, in set_colours()
2210 mainw->eventbox5 = NULL; in create_LiVES()
2212 mainw->eventbox5 = lives_event_box_new(); in create_LiVES()
2213 lives_box_pack_start(LIVES_BOX(vbox99), mainw->eventbox5, FALSE, FALSE, 0); in create_LiVES()
2216 lives_container_add(LIVES_CONTAINER(mainw->eventbox5), mainw->hruler); in create_LiVES()
2217 lives_widget_add_events(mainw->eventbox5, LIVES_BUTTON1_MOTION_MASK | LIVES_POINTER_MOTION_MASK in create_LiVES()
2973 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->eventbox5), LIVES_WIDGET_MOTION_NOTIFY_EVENT, in create_LiVES()
2975 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->eventbox5), LIVES_WIDGET_BUTTON_RELEASE_EVENT, in create_LiVES()
2977 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->eventbox5), LIVES_WIDGET_BUTTON_PRESS_EVENT, in create_LiVES()
H A Dmainwindow.h1335 LiVESWidget *eventbox5; member
H A Dmain.c9751 if (mainw->eventbox5) lives_widget_show(mainw->eventbox5);