Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWWebWidget.h389 static const int BIT_GOT_FOCUS = 30; variable
H A DWWebWidget.C1842 if (flags_.test(BIT_GOT_FOCUS)) { in updateDom()
1858 flags_.reset(BIT_GOT_FOCUS); in updateDom()
2032 flags_.set(BIT_GOT_FOCUS, focus); in setFocus()