Home
last modified time | relevance | path

Searched refs:EVENT_DOUBLE_DOWN (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/e16/e16-1.0.24/src/
H A Daclass.c512 event = EVENT_DOUBLE_DOWN; in ActionDecode()
563 case EVENT_DOUBLE_DOWN: in ActionDecode()
636 case EVENT_DOUBLE_DOWN: in ActionEncode()
1013 type = EVENT_DOUBLE_DOWN; in ActionclassEvent()
H A Dtooltips.c312 if (ActionGetEvent(aa) == EVENT_DOUBLE_DOWN) in TooltipShow()
589 if (ActionGetEvent(aa) == EVENT_DOUBLE_DOWN) in TooltipShow()
H A DE.h113 #define EVENT_DOUBLE_DOWN 6 macro