--- gigedit/trunk/src/gigedit/MacroEditor.h 2017/05/06 13:46:14 3154 +++ gigedit/trunk/src/gigedit/MacroEditor.h 2017/05/07 15:32:43 3155 @@ -82,6 +82,8 @@ Gtk::Button m_applyButton; Gtk::Button m_cancelButton; + bool m_altKeyDown; + bool isModified() const; void onButtonCancel(); void onButtonApply(); @@ -97,6 +99,9 @@ const Gtk::TreeModel::iterator& iter); void deleteSelectedRows(); void inverseDeleteSelectedRows(); + void deleteRows(const std::vector& rows); + bool onKeyPressed(GdkEventKey* key); + bool onKeyReleased(GdkEventKey* key); }; #endif // GIGEDIT_MACROEDITOR_H