Searched refs:SetDesktopColor (Results 1 – 7 of 7) sorted by relevance
/haiku/src/kits/interface/ |
H A D | Screen.cpp | 190 BScreen::SetDesktopColor(rgb_color color, bool stick) in SetDesktopColor() function in BScreen 193 fScreen->SetDesktopColor(color, B_CURRENT_WORKSPACE_INDEX, stick); in SetDesktopColor() 198 BScreen::SetDesktopColor(rgb_color color, uint32 workspace, bool stick) in SetDesktopColor() function in BScreen 201 fScreen->SetDesktopColor(color, workspace, stick); in SetDesktopColor()
|
H A D | PrivateScreen.cpp | 430 BPrivateScreen::SetDesktopColor(rgb_color color, uint32 workspace, in SetDesktopColor() function in BPrivateScreen
|
/haiku/headers/os/interface/ |
H A D | Screen.h | 56 void SetDesktopColor(rgb_color color, 58 void SetDesktopColor(rgb_color color,
|
/haiku/headers/private/interface/ |
H A D | PrivateScreen.h | 62 void SetDesktopColor(rgb_color, uint32, bool);
|
/haiku/src/kits/tracker/ |
H A D | DeskWindow.cpp | 423 screen.SetDesktopColor(desktopColor); in CreatePoseView() 608 BScreen(this).SetDesktopColor(*color); in MessageReceived()
|
/haiku/docs/user/interface/ |
H A D | Screen.dox | 52 background color use SetDesktopColor(). 378 \fn void BScreen::SetDesktopColor(rgb_color color, bool stick) 389 \fn void BScreen::SetDesktopColor(rgb_color color, uint32 workspace,
|
/haiku/src/preferences/backgrounds/ |
H A D | BackgroundsView.cpp | 650 BScreen().SetDesktopColor(fPicker->ValueAsColor(), i, true); in _Save() 653 BScreen().SetDesktopColor(fPicker->ValueAsColor(), true); in _Save()
|