Custom tool panel, first step

This commit is contained in:
heckflosse
2018-11-23 14:36:16 +01:00
parent 52ddc63f54
commit d604abec39
6 changed files with 90 additions and 48 deletions

View File

@@ -131,6 +131,9 @@ public:
this->batchMode = batchMode;
}
virtual Glib::ustring getToolName () {
return toolName;
}
};
class FoldableToolPanel : public ToolPanel