Symbol: B_FLOATING_WINDOW
src/apps/activitymonitor/SettingsWindow.cpp
95
B_TRANSLATE_CONTEXT("Settings", "ActivityWindow"), B_FLOATING_WINDOW,
src/apps/debugger/user_interface/gui/utility_windows/BreakpointEditWindow.cpp
33
BWindow(BRect(), "Edit breakpoint", B_FLOATING_WINDOW,
src/apps/debugger/user_interface/gui/utility_windows/ExpressionPromptWindow.cpp
18
BWindow(BRect(), "Add Expression", B_FLOATING_WINDOW,
src/apps/debugger/user_interface/gui/utility_windows/SignalDispositionEditWindow.cpp
34
BWindow(BRect(), "Edit signal disposition", B_FLOATING_WINDOW,
src/apps/debugger/user_interface/gui/utility_windows/VariableEditWindow.cpp
27
B_FLOATING_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS | B_CLOSE_ON_ESCAPE),
src/apps/debugger/user_interface/gui/utility_windows/WatchPromptWindow.cpp
32
BWindow(BRect(), "Edit Watchpoint", B_FLOATING_WINDOW,
src/apps/mail/FindWindow.cpp
221
B_FLOATING_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE
src/apps/serialconnect/CustomRateWindow.cpp
24
B_FLOATING_WINDOW, B_NOT_ZOOMABLE | B_NOT_RESIZABLE | B_CLOSE_ON_ESCAPE
src/apps/stylededit/FindWindow.cpp
31
: BWindow(frame, B_TRANSLATE("Find"), B_FLOATING_WINDOW,
src/apps/stylededit/ReplaceWindow.cpp
34
: BWindow(frame, B_TRANSLATE("Replace"), B_FLOATING_WINDOW,
src/apps/terminal/FindWindow.cpp
41
BWindow(kWindowFrame, B_TRANSLATE("Find"), B_FLOATING_WINDOW,
src/kits/interface/Window.cpp
3105
return B_FLOATING_WINDOW;
src/kits/interface/Window.cpp
3131
case B_FLOATING_WINDOW:
src/kits/shared/PromptWindow.cpp
20
BWindow(BRect(), title, B_FLOATING_WINDOW, B_NOT_RESIZABLE
src/preferences/bluetooth/InquiryPanel.cpp
98
BWindow(frame, B_TRANSLATE_SYSTEM_NAME("Bluetooth"), B_FLOATING_WINDOW,
src/preferences/keymap/ModifierKeysWindow.cpp
75
B_FLOATING_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS)
src/tests/kits/interface/ClippingPlusRedraw.cpp
81
"Floating", B_FLOATING_WINDOW, B_AVOID_FOCUS);