Home
last modified time | relevance | path

Searched refs:ButtonPress (Results 1 – 11 of 11) 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/skia/tools/sk_app/unix/
DWindow_unix.cpp268 case ButtonPress: in handleEvent()
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.cpp502 case ButtonPress: in processEvent()
/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/python/Lib/tkinter/
D__init__.py151 ButtonPress = '4' variable in EventType
152 Button = ButtonPress
/third_party/glfw/src/
Dx11_window.c1123 case ButtonPress: in processEvent()