summaryrefslogtreecommitdiff
path: root/gtk2_ardour/imageframe.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/imageframe.cc')
-rw-r--r--gtk2_ardour/imageframe.cc10
1 files changed, 8 insertions, 2 deletions
diff --git a/gtk2_ardour/imageframe.cc b/gtk2_ardour/imageframe.cc
index a6874e1b97..bc59fec2c0 100644
--- a/gtk2_ardour/imageframe.cc
+++ b/gtk2_ardour/imageframe.cc
@@ -167,12 +167,18 @@ Glib::PropertyProxy_ReadOnly<double> ImageFrame::property_drawwidth() const
{
return Glib::PropertyProxy_ReadOnly<double> (this, "drawwidth");
}
-
+Glib::PropertyProxy<double> ImageFrame::property_height()
+{
+ return Glib::PropertyProxy<double> (this, "height");
+}
+Glib::PropertyProxy_ReadOnly<double> ImageFrame::property_height() const
+{
+ return Glib::PropertyProxy_ReadOnly<double> (this, "height");
+}
Glib::PropertyProxy<Gtk::AnchorType> ImageFrame::property_anchor()
{
return Glib::PropertyProxy<Gtk::AnchorType>(this, "anchor");
}
-
Glib::PropertyProxy_ReadOnly<Gtk::AnchorType> ImageFrame::property_anchor() const
{
return Glib::PropertyProxy_ReadOnly<Gtk::AnchorType>(this, "anchor");