Searched refs:B_SAME_POSITION_IN_ALL_WORKSPACES (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/launchbox/
H A DMainWindow.cpp38 | B_AUTO_UPDATE_SIZE_LIMITS | B_SAME_POSITION_IN_ALL_WORKSPACES,
65 | B_AUTO_UPDATE_SIZE_LIMITS | B_SAME_POSITION_IN_ALL_WORKSPACES,
/haiku/src/servers/app/
H A DWindow.cpp268 if ((fFlags & B_SAME_POSITION_IN_ALL_WORKSPACES) == 0)
1351 fFlags |= B_SAME_POSITION_IN_ALL_WORKSPACES;
1363 fFlags |= B_SAME_POSITION_IN_ALL_WORKSPACES;
1365 if ((fFlags & B_SAME_POSITION_IN_ALL_WORKSPACES) != 0)
1726 | B_SAME_POSITION_IN_ALL_WORKSPACES
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp131 {"Same Position In All Workspaces", B_SAME_POSITION_IN_ALL_WORKSPACES},
/haiku/headers/os/interface/
H A DWindow.h77 B_SAME_POSITION_IN_ALL_WORKSPACES = 0x00200000, enumerator in enum:__anon1

Completed in 47 milliseconds