mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
GMLPlayground: Add a Statusbar
This commit is contained in:
parent
506f9484e3
commit
ae6bde6847
3 changed files with 19 additions and 1 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
GUI::TextEditor& editor() const { return *m_editor; }
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
virtual void drag_enter_event(GUI::DragEvent&) override;
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
|
@ -37,6 +38,7 @@ private:
|
|||
RefPtr<GUI::TextEditor> m_editor;
|
||||
RefPtr<GUI::Toolbar> m_toolbar;
|
||||
RefPtr<GUI::Splitter> m_splitter;
|
||||
RefPtr<GUI::Statusbar> m_statusbar;
|
||||
|
||||
RefPtr<GUI::Frame> m_preview_frame_widget;
|
||||
RefPtr<GUI::Window> m_preview_window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue