Searched refs:B_NORMAL_WINDOW_FEEL (Results 1 - 25 of 64) sorted by relevance

123

/haiku/src/kits/bluetooth/UI/
H A DConnectionIncoming.cpp20 B_FLOATING_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
35 B_FLOATING_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
H A DPincodeWindow.cpp53 B_FLOATING_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
68 B_FLOATING_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/apps/login/
H A DLoginWindow.cpp15 #define WINDOW_FEEL B_NORMAL_WINDOW_FEEL
/haiku/src/apps/haiku3d/
H A DMainWindow.cpp20 BDirectWindow(frame, title, B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL, 0)
/haiku/src/apps/launchbox/
H A DNamePanel.cpp36 fSavedTargetWindowFeel(B_NORMAL_WINDOW_FEEL)
78 if (fSavedTargetWindowFeel != B_NORMAL_WINDOW_FEEL)
79 fWindow->SetFeel(B_NORMAL_WINDOW_FEEL);
89 if (fSavedTargetWindowFeel != B_NORMAL_WINDOW_FEEL
/haiku/src/kits/tracker/
H A DVirtualDirectoryWindow.h26 window_feel feel = B_NORMAL_WINDOW_FEEL,
H A DSelectionWindow.cpp76 SetFeel(B_NORMAL_WINDOW_FEEL);
H A DFilePanelPriv.h65 window_feel feel = B_NORMAL_WINDOW_FEEL, uint32 windowFlags = 0,
/haiku/src/tests/servers/app/pulsed_drawing/
H A Dmain.cpp33 B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL, B_QUIT_ON_WINDOW_CLOSE);
/haiku/src/tests/servers/app/async_drawing/
H A Dmain.cpp62 "Test Window", B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
69 "Drag Window", B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/apps/showimage/
H A DProgressWindow.cpp31 B_MODAL_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,// B_FLOATING_APP_WINDOW_FEEL,
84 ? B_NORMAL_WINDOW_FEEL : B_FLOATING_APP_WINDOW_FEEL);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp64 B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/apps/installer/
H A DEULAWindow.cpp31 B_MODAL_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL, B_NOT_ZOOMABLE
/haiku/src/apps/pulse/
H A DPulseWindow.cpp49 SetFeel(B_NORMAL_WINDOW_FEEL);
152 SetFeel(B_NORMAL_WINDOW_FEEL);
/haiku/src/apps/resedit/
H A DInlineEditor.cpp52 : BWindow(frame, "InlineEditor", B_NO_BORDER_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp20 B_NORMAL_WINDOW_FEEL, B_ASYNCHRONOUS_CONTROLS
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp92 {"Normal", B_NORMAL_WINDOW_FEEL},
152 AddWindowMessage(B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL),
350 case B_NORMAL_WINDOW_FEEL:
439 B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL);
/haiku/src/servers/app/
H A DDirectWindowInfo.cpp29 fOriginalFeel(B_NORMAL_WINDOW_FEEL),
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierFilter.cpp91 alert->SetFeel(B_NORMAL_WINDOW_FEEL);
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp203 B_NORMAL_WINDOW_FEEL, B_ASYNCHRONOUS_CONTROLS, B_ALL_WORKSPACES)
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp199 B_NORMAL_WINDOW_FEEL,
/haiku/src/apps/terminal/
H A DPrefWindow.cpp32 B_TITLED_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL,
/haiku/src/servers/package/
H A DResultWindow.cpp36 B_NORMAL_WINDOW_FEEL,
/haiku/src/apps/webpositive/
H A DConsoleWindow.cpp42 B_NORMAL_WINDOW_FEEL, B_AUTO_UPDATE_SIZE_LIMITS
/haiku/src/apps/deskbar/
H A DWindowMenu.cpp63 return ((info->feel == B_NORMAL_WINDOW_FEEL || info->feel == kWindowScreenFeel)

Completed in 110 milliseconds

123