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

Method nativeWindowFrame

Telegram/SourceFiles/core/core_settings.h:713–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 _nativeWindowFrame = value;
712 }
713 [[nodiscard]] bool nativeWindowFrame() const {
714 return _nativeWindowFrame.current();
715 }
716 [[nodiscard]] rpl::producer<bool> nativeWindowFrameChanges() const {
717 return _nativeWindowFrame.changes();
718 }

Callers 6

verticalShadowTopMethod · 0.80
refreshTitleWidgetMethod · 0.80
BuildWindowTitleSectionFunction · 0.80
SetupWindowTitleContentFunction · 0.80
initHookMethod · 0.80

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected