Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h459 MOVE_BOTTOM = 0x8, enumerator
462 MOVE_Y = MOVE_TOP | MOVE_BOTTOM,
464 RESIZE_Y= MOVE_BOTTOM,
H A Dwindow.cpp816 if (e._flags & MOVE_BOTTOM) in HandleSize()