MCPcopy 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
585void MultiSelect::setResizedCallback(Fn<void()> callback) {
586 _resizedCallback = std::move(callback);
587}
588
589void MultiSelect::setInnerFocus() {
590 if (_inner->setInnerFocus()) {

Callers 2

prepareMethod · 0.80
MultiSelectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected