mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:35:09 +00:00
FileManager: Add ability to create new directories.
This commit is contained in:
parent
1030e6b848
commit
be4533717a
7 changed files with 32 additions and 8 deletions
|
@ -80,8 +80,9 @@ public:
|
|||
Size base_size() const { return m_base_size; }
|
||||
void set_base_size(const Size& size) { m_base_size = size; }
|
||||
|
||||
private:
|
||||
virtual const char* class_name() const override { return "GWindow"; }
|
||||
|
||||
private:
|
||||
virtual bool is_window() const override final { return true; }
|
||||
|
||||
Retained<GraphicsBitmap> create_backing_bitmap(const Size&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue