/haiku/src/apps/launchbox/ |
H A D | NamePanel.cpp | 79 fWindow->SetFeel(B_NORMAL_WINDOW_FEEL); in NamePanel() 91 fWindow->SetFeel(fSavedTargetWindowFeel); in ~NamePanel()
|
/haiku/src/apps/pulse/ |
H A D | PulseWindow.cpp | 49 SetFeel(B_NORMAL_WINDOW_FEEL); in PulseWindow() 152 SetFeel(B_NORMAL_WINDOW_FEEL); in SetMode()
|
/haiku/src/apps/showimage/ |
H A D | ProgressWindow.cpp | 83 SetFeel(referenceWindow->IsHidden() in Start()
|
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/ |
H A D | ColorPickerPanel.cpp | 85 SetFeel(B_FLOATING_APP_WINDOW_FEEL); in ColorPickerPanel()
|
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/ |
H A D | NotifierFilter.cpp | 91 alert->SetFeel(B_NORMAL_WINDOW_FEEL); in MailboxSynchronized()
|
/haiku/src/preferences/repositories/ |
H A D | AddRepoWindow.cpp | 91 alert->SetFeel(B_MODAL_APP_WINDOW_FEEL); in MessageReceived()
|
/haiku/src/apps/workspaces/ |
H A D | Workspaces.cpp | 788 SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in WorkspacesWindow() 936 SetFeel(B_NORMAL_WINDOW_FEEL); in MessageReceived() 946 SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in MessageReceived() 948 SetFeel(B_NORMAL_WINDOW_FEEL); in MessageReceived() 1057 fWindow->SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in ArgvReceived()
|
/haiku/src/bin/ |
H A D | dstcheck.cpp | 60 SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in Show()
|
H A D | alert.cpp | 210 alert->SetFeel(B_MODAL_ALL_WINDOW_FEEL); in ReadyToRun()
|
/haiku/src/apps/activitymonitor/ |
H A D | SettingsWindow.cpp | 109 SetFeel(B_MODAL_ALL_WINDOW_FEEL); in SettingsWindow()
|
H A D | ActivityWindow.cpp | 368 SetFeel(alwaysOnTop ? B_FLOATING_ALL_WINDOW_FEEL : B_NORMAL_WINDOW_FEEL); in _SetAlwaysOnTop()
|
/haiku/src/kits/tracker/ |
H A D | SelectionWindow.cpp | 76 SetFeel(B_NORMAL_WINDOW_FEEL); in SelectionWindow()
|
/haiku/src/tests/servers/app/stress_test/ |
H A D | main.cpp | 203 window->SetFeel(feels[rand() % 3]); in MessageReceived()
|
/haiku/src/apps/deskbar/ |
H A D | CalendarMenuWindow.cpp | 89 SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in CalendarMenuWindow()
|
H A D | BarView.cpp | 826 Window()->SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in RaiseDeskbar() 827 Window()->SetFeel(B_NORMAL_WINDOW_FEEL); in RaiseDeskbar()
|
H A D | BarWindow.cpp | 101 SetFeel(B_FLOATING_ALL_WINDOW_FEEL); in TBarWindow()
|
H A D | BarApp.cpp | 536 fBarWindow->SetFeel(fSettings.alwaysOnTop in MessageReceived()
|
/haiku/src/servers/app/ |
H A D | Window.h | 255 void SetFeel(window_feel feel);
|
/haiku/src/tests/servers/app/look_and_feel/ |
H A D | LookAndFeel.cpp | 250 SetFeel((window_feel)feel); in MessageReceived()
|
/haiku/headers/os/interface/ |
H A D | Window.h | 244 status_t SetFeel(window_feel feel);
|
/haiku/docs/develop/servers/app_server/ |
H A D | Decorator.rst | 41 void SetFeel(int32 wfeel)
|
/haiku/src/servers/mail/ |
H A D | MailDaemonApplication.cpp | 323 alert->SetFeel(B_NORMAL_WINDOW_FEEL); in MessageReceived()
|
/haiku/src/apps/tv/ |
H A D | MainWin.cpp | 950 SetFeel(fAlwaysOnTop ? B_FLOATING_ALL_WINDOW_FEEL : B_NORMAL_WINDOW_FEEL); in ToggleAlwaysOnTop()
|
/haiku/src/kits/interface/ |
H A D | Window.cpp | 815 SetFeel((window_feel)newFeel); in MessageReceived() 2163 status = SetFeel(feel); in SetType() 2205 BWindow::SetFeel(window_feel feel) in SetFeel() function in BWindow
|
/haiku/src/servers/registrar/ |
H A D | ShutdownProcess.cpp | 1330 alert->SetFeel(B_NORMAL_WINDOW_FEEL); in _WorkerDoShutdown()
|