implement document resize with menu and dialog

This commit is contained in:
2018-10-05 18:10:26 +02:00
parent 4723bedc31
commit 5baa807cce
14 changed files with 245 additions and 15 deletions

View File

@@ -43,4 +43,5 @@ public:
virtual void init() override;
void init_controls();
virtual void loaded() override;
bool is_selected();
};