diff options
author | David Robillard <d@drobilla.net> | 2015-03-15 01:35:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-15 01:35:46 +0000 |
commit | 6391901e7dca631b14364dca7e5e0e664e473a6f (patch) | |
tree | ebc97600bb4efafc8d0f679b2755d1c1c636af89 /ganv | |
parent | d31536d69b6972c2834c390689fa05f8b118c0e9 (diff) | |
download | ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.tar.gz ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.tar.bz2 ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.zip |
Add support for beveled box corners.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5631 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/Box.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ganv/Box.hpp b/ganv/Box.hpp index aa88f0e..ad5729f 100644 --- a/ganv/Box.hpp +++ b/ganv/Box.hpp @@ -29,6 +29,7 @@ public: {} RW_PROPERTY(const char*, label); + RW_PROPERTY(gboolean, beveled); METHODRET0(ganv_box, double, get_x1) METHODRET0(ganv_box, double, get_y1) |