Home
last modified time | relevance | path

Searched refs:SetWorkspacesLayout (Results 1 – 5 of 5) sorted by relevance

/haiku/src/servers/app/
H A DDesktopSettingsPrivate.h68 void SetWorkspacesLayout(int32 columns, int32 rows);
H A DDesktop.h167 status_t SetWorkspacesLayout(int32 columns, int32 rows);
H A DDesktopSettings.cpp615 DesktopSettingsPrivate::SetWorkspacesLayout(int32 columns, int32 rows) in SetWorkspacesLayout() function in DesktopSettingsPrivate
H A DDesktop.cpp1012 Desktop::SetWorkspacesLayout(int32 newColumns, int32 newRows) in SetWorkspacesLayout() function in Desktop
1021 fSettings->SetWorkspacesLayout(newColumns, newRows); in SetWorkspacesLayout()
H A DServerApp.cpp1014 fDesktop->SetWorkspacesLayout(newColumns, newRows); in _DispatchMessage()