Home
last modified time | relevance | path

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

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dchanview-tabs.c35 static int tab_right_is_moving = 0; variable
214 if (!tab_right_is_moving) in tab_scroll_right_down_clicked()
216 tab_right_is_moving = 1; in tab_scroll_right_down_clicked()
218 for (i = gtk_adjustment_get_value (adj); ((i < new_value) && (tab_right_is_moving)); i += 0.1) in tab_scroll_right_down_clicked()
227 tab_right_is_moving = 0; /* hSP: set to false in case we didnt get stopped (the normal case) */ in tab_scroll_right_down_clicked()
231tab_right_is_moving = 0; /* hSP: jump directly to next element if user is clicking faster than we… in tab_scroll_right_down_clicked()