Home
last modified time | relevance | path

Searched refs:scroll_timeout (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dtextbox.h60 void scroll_timeout ();
66 scroll_timer {TimerRate::Hz30, this, & TextBox::scroll_timeout};
H A Dplaylist-widget.h80 void scroll_timeout ();
86 scroll_timer {TimerRate::Hz10, this, & PlaylistWidget::scroll_timeout};
H A Dtextbox.cc68 void TextBox::scroll_timeout () in scroll_timeout() function in TextBox
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dtextbox.h61 void scroll_timeout ();
67 scroll_timer {TimerRate::Hz30, this, & TextBox::scroll_timeout};
H A Dplaylist-widget.h84 void scroll_timeout ();
90 scroll_timer {TimerRate::Hz10, this, & PlaylistWidget::scroll_timeout};
H A Dtextbox.cc60 void TextBox::scroll_timeout () in scroll_timeout() function in TextBox
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-tree-dnd.c78 guint scroll_timeout; member
345 priv_data->scroll_timeout = 0; in init_rb_tree_dnd_data()
488 priv_data->scroll_timeout = 0; in scroll_row_timeout()
498 priv_data->scroll_timeout = 0; in scroll_row_timeout()
550 if (priv_data->scroll_timeout != 0) in remove_scroll_timeout()
552 g_source_remove (priv_data->scroll_timeout); in remove_scroll_timeout()
553 priv_data->scroll_timeout = 0; in remove_scroll_timeout()
726 if (priv_data->scroll_timeout == 0) in rb_tree_dnd_drag_motion_cb()
728 priv_data->scroll_timeout = g_timeout_add (150, scroll_row_timeout, tree_view); in rb_tree_dnd_drag_motion_cb()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/
H A Ddrawer.py36 scroll_timeout = NumericProperty(200) variable in Drawer
132 self.scroll_timeout/1000.)
/dports/editors/ghex/ghex-3.41.1/src/
H A Dgtkhex.c1093 if(gh->scroll_timeout != -1) { in hex_button_cb()
1095 gh->scroll_timeout = -1; in hex_button_cb()
1165 if(gh->scroll_timeout == -1) in hex_motion_cb()
1166 gh->scroll_timeout = in hex_motion_cb()
1172 if(gh->scroll_timeout != -1) { in hex_motion_cb()
1174 gh->scroll_timeout = -1; in hex_motion_cb()
1195 gh->scroll_timeout = -1; in ascii_button_cb()
1262 if(gh->scroll_timeout == -1) in ascii_motion_cb()
1263 gh->scroll_timeout = in ascii_motion_cb()
1271 gh->scroll_timeout = -1; in ascii_motion_cb()
[all …]
H A Dgtkhex.h114 guint scroll_timeout; member
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dfolderview.h63 guint scroll_timeout; member
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmenuprivate.h91 guint scroll_timeout; member
H A Dgtktextview.c227 guint scroll_timeout; member
7825 if (priv->scroll_timeout != 0) in gtk_text_view_drag_gesture_end()
7828 priv->scroll_timeout = 0; in gtk_text_view_drag_gesture_end()
7956 if (priv->scroll_timeout != 0) in gtk_text_view_end_selection_drag()
7959 priv->scroll_timeout = 0; in gtk_text_view_end_selection_drag()
8428 if (priv->scroll_timeout != 0) in gtk_text_view_drag_leave()
8431 priv->scroll_timeout = 0; in gtk_text_view_drag_leave()
8529 if (!priv->scroll_timeout) in gtk_text_view_drag_motion()
8531 priv->scroll_timeout = in gtk_text_view_drag_motion()
8559 if (priv->scroll_timeout != 0) in gtk_text_view_drag_drop()
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-grid-view.c422 if (self->priv->scroll_timeout != 0) { in gth_grid_view_finalize()
423 g_source_remove (self->priv->scroll_timeout); in gth_grid_view_finalize()
424 self->priv->scroll_timeout = 0; in gth_grid_view_finalize()
3031 if (self->priv->scroll_timeout != 0) { in _gth_grid_view_stop_selecting()
3032 g_source_remove (self->priv->scroll_timeout); in _gth_grid_view_stop_selecting()
3033 self->priv->scroll_timeout = 0; in _gth_grid_view_stop_selecting()
3191 if (self->priv->scroll_timeout == 0) in gth_grid_view_motion_notify()
3194 else if (self->priv->scroll_timeout != 0) { in gth_grid_view_motion_notify()
3195 g_source_remove (self->priv->scroll_timeout); in gth_grid_view_motion_notify()
3196 self->priv->scroll_timeout = 0; in gth_grid_view_motion_notify()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktextview.c2902 if (text_view->scroll_timeout) in gtk_text_view_destroy()
2905 text_view->scroll_timeout = 0; in gtk_text_view_destroy()
6284 text_view->scroll_timeout = in selection_motion_event_handler()
6382 if (text_view->scroll_timeout != 0) in gtk_text_view_end_selection_drag()
6385 text_view->scroll_timeout = 0; in gtk_text_view_end_selection_drag()
6821 if (text_view->scroll_timeout != 0) in gtk_text_view_drag_leave()
6824 text_view->scroll_timeout = 0; in gtk_text_view_drag_leave()
6914 if (!text_view->scroll_timeout) in gtk_text_view_drag_motion()
6915 text_view->scroll_timeout = in gtk_text_view_drag_motion()
6937 if (text_view->scroll_timeout != 0) in gtk_text_view_drag_drop()
[all …]
H A Dgtktreeprivate.h203 guint scroll_timeout; member
H A Dgtktextview.h76 guint GSEAL (scroll_timeout);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextview.c227 guint scroll_timeout; member
767 if (!priv->scroll_timeout) in gtk_text_view_drop_scroll_motion()
3914 if (text_view->priv->scroll_timeout) in gtk_text_view_dispose()
3917 text_view->priv->scroll_timeout = 0; in gtk_text_view_dispose()
7494 g_source_remove (text_view->priv->scroll_timeout); in gtk_text_view_drag_gesture_update()
7530 if (priv->scroll_timeout != 0) in gtk_text_view_drag_gesture_end()
7532 g_source_remove (priv->scroll_timeout); in gtk_text_view_drag_gesture_end()
7533 priv->scroll_timeout = 0; in gtk_text_view_drag_gesture_end()
7658 if (priv->scroll_timeout != 0) in gtk_text_view_end_selection_drag()
7660 g_source_remove (priv->scroll_timeout); in gtk_text_view_end_selection_drag()
[all …]
/dports/deskutils/zim/zim-0.74.3/zim/plugins/
H A Dpathbar.py166 scroll_timeout = 150 # timeout between scroll steps variable in ScrolledHBox
277 GLib.timeout_add(self.scroll_timeout, self.scroll, direction)
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dtagging.c68 int expand_timeout, scroll_timeout, last_y; member
2786 if(d->drag.scroll_timeout) in _dnd_scroll_timeout()
2844 if(d->drag.scroll_timeout == 0) in _event_dnd_motion()
2846 d->drag.scroll_timeout = g_timeout_add(100, (GSourceFunc)_dnd_scroll_timeout, self); in _event_dnd_motion()
2867 if(d->drag.scroll_timeout) in _event_dnd_end()
2868 g_source_remove(d->drag.scroll_timeout); in _event_dnd_end()
2869 d->drag.scroll_timeout = 0; in _event_dnd_end()
3060 d->drag.scroll_timeout = 0; in gui_init()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-tree-view-drag-dest.c137 scroll_timeout (gpointer data) in scroll_timeout() function
673 scroll_timeout, in drag_motion_callback()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-tree-view-drag-dest.c143 scroll_timeout (gpointer data) in scroll_timeout() function
595 scroll_timeout, in drag_motion_callback()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-tree-view-drag-dest.c137 scroll_timeout (gpointer data) in scroll_timeout() function
541 scroll_timeout, in drag_motion_callback()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dtagging.c68 int expand_timeout, scroll_timeout, last_y; member
2800 if(d->drag.scroll_timeout) in _dnd_scroll_timeout()
2858 if(d->drag.scroll_timeout == 0) in _event_dnd_motion()
2860 d->drag.scroll_timeout = g_timeout_add(100, (GSourceFunc)_dnd_scroll_timeout, self); in _event_dnd_motion()
2881 if(d->drag.scroll_timeout) in _event_dnd_end()
2882 g_source_remove(d->drag.scroll_timeout); in _event_dnd_end()
2883 d->drag.scroll_timeout = 0; in _event_dnd_end()
3075 d->drag.scroll_timeout = 0; in gui_init()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dovermap_ui.cpp1549 int scroll_timeout = get_option<int>( "EDGE_SCROLL" ); in display() local
1552 if( scroll_timeout < 0 ) { in display()
1553 scroll_timeout = BLINK_SPEED; in display()
1555 action = ictxt.handle_input( scroll_timeout ); in display()

12