Searched refs:ButtonPress (Results 1 – 11 of 11) sorted by relevance
47 (EventType.ButtonPress, -1, 4, -5),48 (EventType.ButtonPress, -1, 5, 5))
18 drag-and-drop process. Typically, you bind a ButtonPress event to a callback
268 case ButtonPress: in handleEvent()
502 case ButtonPress: in processEvent()
311 elif event.type == EventType.ButtonPress:
77 EventType.ButtonPress: event.num == 4}
817 Always cancel on <Key-Escape> or <ButtonPress>.
418 while (!(e.type == ButtonPress && e.xbutton.button == Button1) && in main()
148 #define QUIT(e,k) ((e.type == ButtonPress && e.xbutton.button == Button1) || \
151 ButtonPress = '4' variable in EventType152 Button = ButtonPress
1123 case ButtonPress: in processEvent()