Home
last modified time | relevance | path

Searched refs:DRAGSTART_SIGNAL (Results 1 – 2 of 2) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWInteractWidget.C48 const char *WInteractWidget::DRAGSTART_SIGNAL = "dragstart";
594 EventSignal<> *dragStart = voidEventSignal(DRAGSTART_SIGNAL, false); in updateDom()
714 voidEventSignal(DRAGSTART_SIGNAL, true)->preventDefaultAction(true); in setDraggable()
739 EventSignal<> *dragStart = voidEventSignal(DRAGSTART_SIGNAL, false); in unsetDraggable()
H A DWInteractWidget.h393 static const char *DRAGSTART_SIGNAL; variable