Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool Adaptive::isOneColumn() const {
54
return _layout.current() == WindowLayout::OneColumn;
55
}
56
57
bool Adaptive::isNormal() const {
58
return _layout.current() == WindowLayout::Normal;
Callers
15
adjustShadowLeft
Method · 0.45
showPeerByLinkResolved
Method · 0.45
openFolder
Method · 0.45
showForum
Method · 0.45
setActiveChatsFilter
Method · 0.45
addViewAsTopics
Method · 0.45
chosenRow
Method · 0.45
setupShortcuts
Method · 0.45
dragEnterEvent
Method · 0.45
cancelSearch
Method · 0.45
toggleTabbedSelectorMode
Method · 0.45
updateControlsGeometry
Method · 0.45
Calls
1
current
Method · 0.45
Tested by
no test coverage detected