mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use internal section stack in Info::WrapWidget.
This commit is contained in:
@@ -38,6 +38,8 @@ class ClearManager;
|
||||
|
||||
namespace Window {
|
||||
class LayerStackWidget;
|
||||
class SectionMemento;
|
||||
struct SectionShow;
|
||||
namespace Theme {
|
||||
struct BackgroundUpdate;
|
||||
class WarningWidget;
|
||||
@@ -137,6 +139,9 @@ public:
|
||||
void showSpecialLayer(
|
||||
object_ptr<Window::LayerWidget> layer,
|
||||
anim::type animated);
|
||||
bool showSectionInExistingLayer(
|
||||
not_null<Window::SectionMemento*> memento,
|
||||
const Window::SectionShow ¶ms);
|
||||
void ui_showBox(
|
||||
object_ptr<BoxContent> box,
|
||||
LayerOptions options,
|
||||
|
Reference in New Issue
Block a user