1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 22:47:45 +00:00

Taskbar: Show window progress as a progress bar behind the window title

If a window in the taskbar has progress, we'll now draw that progress
in the form of a progress bar behind the window title on the taskbar
button for the window.
This commit is contained in:
Andreas Kling 2020-05-30 22:10:22 +02:00
parent 1d6ec51bee
commit e263dc8427
4 changed files with 107 additions and 0 deletions

View file

@ -39,6 +39,7 @@ private:
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
virtual void resize_event(GUI::ResizeEvent&) override;
virtual void paint_event(GUI::PaintEvent&) override;
WindowIdentifier m_identifier;
};