3 #include "core/core_frame.hpp"
8 ImpFrame(
const std::string &frame_filename,
const std::string &pool_path);
11 void construct()
override;
13 ActionCatalogItem::Availability get_editor_type_for_action()
const override
15 return ActionCatalogItem::AVAILABLE_IN_FRAME;
17 ObjectType get_editor_type()
const override
19 return ObjectType::FRAME;
23 void canvas_update()
override;
26 Gtk::Entry *name_entry =
nullptr;