summaryrefslogtreecommitdiffstats
path: root/ganv/Canvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Canvas.hpp')
-rw-r--r--ganv/Canvas.hpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 139d5ab..93e0dea 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -109,17 +109,7 @@ public:
/** Resize the canvas to the given dimensions. */
void resize(double width, double height);
- /** The direction of the "signal flow" on the canvas. */
- enum FlowDirection {
- HORIZONTAL,
- VERTICAL
- };
-
- /** Set the flow direction of the canvas. */
- void set_direction(FlowDirection d);
-
- /** Return the current flow direction of the canvas. */
- FlowDirection direction() const;
+ RW_PROPERTY(GanvDirection, direction);
typedef void (*NodeFunction)(GanvNode* node, void* data);