1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 14:25:06 +00:00

LibGUI: Allow setting window icon before show().

This commit is contained in:
rhin123 2019-08-02 14:02:56 -05:00 committed by Andreas Kling
parent 33b0c4cfaf
commit c02868f000
2 changed files with 15 additions and 3 deletions

View file

@ -120,6 +120,7 @@ public:
void set_override_cursor(GStandardCursor);
void set_icon(const GraphicsBitmap*);
void apply_icon();
const GraphicsBitmap* icon() const { return m_icon.ptr(); }
Vector<GWidget*> focusable_widgets() const;