Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/views/
H A Dscroll_view.rs86 self.on_scroll_callback() in set_scroll_strategy()
119 self.on_scroll_callback() in set_offset()
128 self.on_scroll_callback() in set_scroll_y()
137 self.on_scroll_callback() in set_scroll_x()
166 self.on_scroll_callback() in scroll_to_top()
173 self.on_scroll_callback() in scroll_to_bottom()
180 self.on_scroll_callback() in scroll_to_left()
187 self.on_scroll_callback() in scroll_to_right()
199 self.on_scroll_callback() in scroll_to_important_area()
305 fn on_scroll_callback(&mut self) -> EventResult { in on_scroll_callback() method
[all …]
/dports/games/julius/julius-1.7.0/src/graphics/
H A Dscrollbar.c108 if (scrollbar->on_scroll_callback) { in handle_scrollbar_dot()
109 scrollbar->on_scroll_callback(); in handle_scrollbar_dot()
153 if (scrollbar->on_scroll_callback) { in text_scroll()
154 scrollbar->on_scroll_callback(); in text_scroll()
H A Dscrollbar.h12 void (*on_scroll_callback)(void); member
/dports/games/augustus/augustus-3.1.0/src/graphics/
H A Dscrollbar.c108 if (scrollbar->on_scroll_callback) { in handle_scrollbar_dot()
109 scrollbar->on_scroll_callback(); in handle_scrollbar_dot()
153 if (scrollbar->on_scroll_callback) { in text_scroll()
154 scrollbar->on_scroll_callback(); in text_scroll()
H A Dscrollbar.h12 void (*on_scroll_callback)(void); member