aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodePropertiesWindow.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-02 01:52:53 +0000
committerDavid Robillard <d@drobilla.net>2007-04-02 01:52:53 +0000
commitdb6f6e87dc4ff620f399597913f14a3b4eda277f (patch)
tree4258f8cc7f2a841fd41ce9dac222919f0ee98eeb /src/gui/NodePropertiesWindow.hpp
parent69ad86f21555d28f5065923eea06ccc3cc4f4ce5 (diff)
downloadmachina-db6f6e87dc4ff620f399597913f14a3b4eda277f.tar.gz
machina-db6f6e87dc4ff620f399597913f14a3b4eda277f.tar.bz2
machina-db6f6e87dc4ff620f399597913f14a3b4eda277f.zip
Edge label toggling.
Made state properties dialog actually work. Other things... git-svn-id: http://svn.drobilla.net/lad/machina@390 a436a847-0d15-0410-975c-d299462d15a1
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;
};