Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ setResizedCallback
Method
setResizedCallback
Telegram/SourceFiles/ui/widgets/multi_select.cpp:585–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
void MultiSelect::setResizedCallback(Fn<void()> callback) {
586
_resizedCallback = std::move(callback);
587
}
588
589
void MultiSelect::setInnerFocus() {
590
if (_inner->setInnerFocus()) {
Callers
2
prepare
Method · 0.80
MultiSelect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected