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;
19 void canvas_update()
override;
24 Gtk::Entry *name_entry =
nullptr;
Definition: core_frame.hpp:8
Definition: imp_frame.hpp:6