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
commit c02868f000
Notes: sideshowbarker 2024-07-19 12:56:03 +09:00
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;