Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ setWindowLayout
Method
setWindowLayout
Telegram/SourceFiles/window/window_adaptive.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
Adaptive::Adaptive() = default;
19
20
void Adaptive::setWindowLayout(WindowLayout value) {
21
_layout = value;
22
}
23
24
void Adaptive::setChatLayout(ChatLayout value) {
25
_chatLayout = value;
Callers
1
updateWindowAdaptiveLayout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected