X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fimageframe.cc;h=ac30511864f3b39aae446dc4d89b99a981977adf;hb=04416e2d1df3cc8d9f014765e5ca5ce818b7b4d7;hp=a6874e1b978be11ef99829f97e14b9f5cf96aec5;hpb=3ff9964885eee5f7654e5ae562cadfaa1e998fe9;p=ardour.git diff --git a/gtk2_ardour/imageframe.cc b/gtk2_ardour/imageframe.cc index a6874e1b97..ac30511864 100644 --- a/gtk2_ardour/imageframe.cc +++ b/gtk2_ardour/imageframe.cc @@ -4,7 +4,6 @@ #include "imageframe_p.h" #include -/* $Id$ */ /* rect.c * @@ -167,12 +166,18 @@ Glib::PropertyProxy_ReadOnly ImageFrame::property_drawwidth() const { return Glib::PropertyProxy_ReadOnly (this, "drawwidth"); } - -Glib::PropertyProxy ImageFrame::property_anchor() +Glib::PropertyProxy ImageFrame::property_height() +{ + return Glib::PropertyProxy (this, "height"); +} +Glib::PropertyProxy_ReadOnly ImageFrame::property_height() const +{ + return Glib::PropertyProxy_ReadOnly (this, "height"); +} +Glib::PropertyProxy ImageFrame::property_anchor() { return Glib::PropertyProxy(this, "anchor"); } - Glib::PropertyProxy_ReadOnly ImageFrame::property_anchor() const { return Glib::PropertyProxy_ReadOnly(this, "anchor");