aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodePropertiesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NodePropertiesWindow.hpp')
-rw-r--r--src/gui/NodePropertiesWindow.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/NodePropertiesWindow.hpp b/src/gui/NodePropertiesWindow.hpp
index 461b51b..51ab42b 100644
--- a/src/gui/NodePropertiesWindow.hpp
+++ b/src/gui/NodePropertiesWindow.hpp
@@ -34,8 +34,9 @@ private:
void set_node(SharedPtr<Machina::Node> node);
- void ok_clicked();
+ void apply_clicked();
void cancel_clicked();
+ void ok_clicked();
static NodePropertiesWindow* _instance;
@@ -43,6 +44,7 @@ private:
Gtk::SpinButton* _note_spinbutton;
Gtk::SpinButton* _duration_spinbutton;
+ Gtk::Button* _apply_button;
Gtk::Button* _cancel_button;
Gtk::Button* _ok_button;
};