MCPcopy 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

18Adaptive::Adaptive() = default;
19
20void Adaptive::setWindowLayout(WindowLayout value) {
21 _layout = value;
22}
23
24void Adaptive::setChatLayout(ChatLayout value) {
25 _chatLayout = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected