Home
last modified time | relevance | path

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

/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwHandle.c14 #define MULTI_CLICK_TIME 500 macro
187 < MULTI_CLICK_TIME) { in handle_start()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgtkpeer.h130 #define MULTI_CLICK_TIME 250 macro
H A Dgnu_java_awt_peer_gtk_GtkEvents.c872 if ((event->button.time < (button_click_time + MULTI_CLICK_TIME)) in pre_event_handler()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgtkpeer.h130 #define MULTI_CLICK_TIME 250 in Java_gnu_java_awt_peer_gtk_GtkTextFieldPeer_gtkSetFont()
H A Dgnu_java_awt_peer_gtk_GtkEvents.c872 if ((event->button.time < (button_click_time + MULTI_CLICK_TIME)) in pre_event_handler()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkComponentPeer.c60 #define MULTI_CLICK_TIME 250 macro
1032 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_button_press_cb()
1146 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_scroll_cb()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkComponentPeer.c60 #define MULTI_CLICK_TIME 250 macro
1032 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_button_press_cb()
1146 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_scroll_cb()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkComponentPeer.c60 #define MULTI_CLICK_TIME 250 macro
1032 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_button_press_cb()
1146 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_scroll_cb()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/native/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkComponentPeer.c60 #define MULTI_CLICK_TIME 250 macro
1032 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_button_press_cb()
1146 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_scroll_cb()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/native/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkComponentPeer.c60 #define MULTI_CLICK_TIME 250 macro
1032 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_button_press_cb()
1146 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_scroll_cb()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/native/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkComponentPeer.c60 #define MULTI_CLICK_TIME 250 macro
927 if ((event->time < (button_click_time + MULTI_CLICK_TIME)) in component_button_press_cb()
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DText.c102 #define MULTI_CLICK_TIME 500L macro
2213 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) && in DoSelection()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DText.c106 #define MULTI_CLICK_TIME 500L macro
2202 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DText.c98 #define MULTI_CLICK_TIME 500L macro
2226 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DText.c115 #define MULTI_CLICK_TIME 500L macro
2843 if ((labs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) in DoSelection()