MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / isOneColumn

Method isOneColumn

Telegram/SourceFiles/window/window_adaptive.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool Adaptive::isOneColumn() const {
54 return _layout.current() == WindowLayout::OneColumn;
55}
56
57bool Adaptive::isNormal() const {
58 return _layout.current() == WindowLayout::Normal;

Callers 15

adjustShadowLeftMethod · 0.45
openFolderMethod · 0.45
showForumMethod · 0.45
setActiveChatsFilterMethod · 0.45
addViewAsTopicsMethod · 0.45
chosenRowMethod · 0.45
setupShortcutsMethod · 0.45
dragEnterEventMethod · 0.45
cancelSearchMethod · 0.45

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected