Searched refs:TK_LASTEVENT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkEvent.c119 static unsigned long virtualEventMasks[TK_LASTEVENT-VirtualEvent] = {
479 && eventPtr->xany.type<TK_LASTEVENT) {
H A Dtk.h635 #define TK_LASTEVENT (MappingNotify + 5)
634 #define TK_LASTEVENT macro
H A DtkBind.c540 static int flagArray[TK_LASTEVENT] = {
2291 if (eventPtr->type < TK_LASTEVENT) {
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Devent.rb93 [ 39, :TK_LASTEVENT, 0, ]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A Dtk.h645 #define TK_LASTEVENT (MappingNotify + 5) macro
H A DtkEvent.c80 static unsigned long eventMasks[TK_LASTEVENT] = {
H A DtkBind.c553 static int flagArray[TK_LASTEVENT] = {
2346 if (eventPtr->type < TK_LASTEVENT) {

Completed in 152 milliseconds