Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/idle_test/
Dtest_tree.py47 (EventType.ButtonPress, -1, 4, -5),
48 (EventType.ButtonPress, -1, 5, 5))
/third_party/python/Doc/library/
Dtkinter.dnd.rst18 drag-and-drop process. Typically, you bind a ButtonPress event to a callback
/third_party/flutter/skia/tools/sk_app/unix/
DWindow_unix.cpp267 case ButtonPress: in handleEvent()
/third_party/flutter/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp494 case ButtonPress: in processEvent()
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp502 case ButtonPress: in processEvent()
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp268 case ButtonPress: in handleEvent()
/third_party/python/Lib/idlelib/
Dautocomplete_w.py311 elif event.type == EventType.ButtonPress:
Dtree.py77 EventType.ButtonPress: event.num == 4}
DChangeLog817 Always cancel on <Key-Escape> or <ButtonPress>.
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c418 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
Drpng2-x.c148 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
/third_party/libpng/contrib/gregbook/
Drpng-x.c418 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
Drpng2-x.c148 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11messagebox.c686 case ButtonPress: in X11_MessageBoxLoop()
DSDL_x11events.c1014 case ButtonPress:{ in X11_DispatchEvent()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c476 case ButtonPress: in gst_xv_image_sink_handle_xevents()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c633 case ButtonPress: in gst_x_image_sink_handle_xevents()
/third_party/python/Lib/tkinter/
D__init__.py151 ButtonPress = '4' variable in EventType
152 Button = ButtonPress
/third_party/flutter/glfw/src/
Dx11_window.c1123 case ButtonPress: in processEvent()