scroll_content_shadow.h 467 B

1234567891011121314151617181920
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Ui {
  9. class RpWidget;
  10. class ScrollArea;
  11. void SetupShadowsToScrollContent(
  12. not_null<Ui::RpWidget*> parent,
  13. not_null<Ui::ScrollArea*> scroll,
  14. rpl::producer<int> &&innerHeightValue);
  15. } // namespace Ui