Searched refs:DOCKWIN_FLOATSTYLES (Results 1 – 2 of 2) sorted by relevance
46 #define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_… macro367 mnFloatBits = WB_BORDER | (nStyle & DOCKWIN_FLOATSTYLES); in ImplInit()368 nStyle &= ~(DOCKWIN_FLOATSTYLES | WB_BORDER); in ImplInit()
49 #define DOCKWIN_FLOATSTYLES (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE | WB_… macro856 …oatBits = WB_BORDER | WB_CLOSEABLE | WB_SIZEABLE | (pWindow->GetStyle() & DOCKWIN_FLOATSTYLES); in ImplDockingWindowWrapper()
Completed in 21 milliseconds