Home
last modified time | relevance | path

Searched refs:lives_get_scroll_direction (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dframedraw.c1274 if (lives_get_scroll_direction(event) == LIVES_SCROLL_UP) scale += step; in on_framedraw_scroll()
1275 if (lives_get_scroll_direction(event) == LIVES_SCROLL_DOWN) scale -= step; in on_framedraw_scroll()
H A Dwidget-helper.h222 LiVESScrollDirection lives_get_scroll_direction(LiVESXEventScroll *event);
H A Dcallbacks.c10611 if (lives_get_scroll_direction(event) == LIVES_SCROLL_UP) mt_zoom_in(NULL, mt);
10612 else if (lives_get_scroll_direction(event) == LIVES_SCROLL_DOWN) mt_zoom_out(NULL, mt);
10626 …if (lives_get_scroll_direction(event) == LIVES_SCROLL_UP) mt_prevclip(NULL, NULL, 0, (LiVESXModifi…
10627 …else if (lives_get_scroll_direction(event) == LIVES_SCROLL_DOWN) mt_nextclip(NULL, NULL, 0, (LiVES…
10640 …if (lives_get_scroll_direction(event) == LIVES_SCROLL_UP) prevclip_callback(NULL, NULL, 0, (LiVESX…
10642 …else if (lives_get_scroll_direction(event) == LIVES_SCROLL_DOWN) nextclip_callback(NULL, NULL, 0, …
H A Dinterface.c7301 …if (lives_get_scroll_direction(event) == LIVES_SCROLL_UP) lives_adjustment_set_value(adj, lives_ad… in on_msg_area_scroll()
7302 if (lives_get_scroll_direction(event) == LIVES_SCROLL_DOWN) lives_adjustment_set_value(adj, in on_msg_area_scroll()
H A Dwidget-helper.c8785 WIDGET_HELPER_GLOBAL_INLINE LiVESScrollDirection lives_get_scroll_direction(LiVESXEventScroll * eve… in lives_get_scroll_direction() function
H A Dmultitrack.c2238 if (lives_get_scroll_direction(event) == LIVES_SCROLL_UP) { in on_mt_timeline_scroll()
2240 } else if (lives_get_scroll_direction(event) == LIVES_SCROLL_DOWN) { in on_mt_timeline_scroll()