Searched refs:ButtonPress (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_tree.py | 47 (EventType.ButtonPress, -1, 4, -5), 48 (EventType.ButtonPress, -1, 5, 5))
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_misc.py | 284 ButtonPress = '4' variable in MiscTest.test_eventtype_enum.CheckedEventType 285 Button = ButtonPress
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 502 case ButtonPress: in processEvent()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 268 case ButtonPress: in handleEvent()
|
/third_party/python/Lib/idlelib/ |
H A D | tree.py | 77 EventType.ButtonPress: event.num == 4}
|
H A D | autocomplete_w.py | 14 HIDE_SEQUENCES = (HIDE_FOCUS_OUT_SEQUENCE, "<ButtonPress>") 307 elif event.type == EventType.ButtonPress: 308 # ButtonPress event only bind to self.widget
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 418 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
|
H A D | rpng2-x.c | 148 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 175 ButtonPress = '4' variable in EventType 176 Button = ButtonPress 219 ButtonPress, ButtonRelease, Motion, Enter, Leave, MouseWheel - for mouse events 231 num - mouse button pressed (ButtonPress, ButtonRelease) 236 state - state of the event as a number (ButtonPress, ButtonRelease, 244 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion) 246 (ButtonPress, ButtonRelease, KeyPress, KeyRelease, Motion) 1419 ButtonPress, Button, Expose, Motion, ButtonRelease 1423 Leave and DETAIL is the button number for ButtonPress, 1620 # number of button: ButtonPress an [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 1356 case ButtonPress: in processEvent()
|
Completed in 16 milliseconds