Searched refs:B_INPUT_METHOD_AWARE (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/interface/
H A DView.h93 const uint32 B_INPUT_METHOD_AWARE = 0x00400000UL; /* 22 */ variable
/haiku/src/kits/interface/
H A DTextView.cpp250 flags | B_FRAME_EVENTS | B_PULSE_NEEDED | B_INPUT_METHOD_AWARE),
270 flags | B_FRAME_EVENTS | B_PULSE_NEEDED | B_INPUT_METHOD_AWARE),
288 flags | B_FRAME_EVENTS | B_PULSE_NEEDED | B_INPUT_METHOD_AWARE),
307 flags | B_FRAME_EVENTS | B_PULSE_NEEDED | B_INPUT_METHOD_AWARE),
H A DWindow.cpp1094 // from a view which has the B_INPUT_METHOD_AWARE on a window
1100 inputMethodAware = fFocus->Flags() & B_INPUT_METHOD_AWARE;
3194 // from a view which has the B_INPUT_METHOD_AWARE to a one
3199 inputMethodAware = focusView->Flags() & B_INPUT_METHOD_AWARE;

Completed in 138 milliseconds