summaryrefslogtreecommitdiffstats
path: root/ganv
diff options
context:
space:
mode:
Diffstat (limited to 'ganv')
-rw-r--r--ganv/Canvas.hpp2
-rw-r--r--ganv/Node.hpp2
-rw-r--r--ganv/ganv.hpp1
-rw-r--r--ganv/types.hpp1
4 files changed, 2 insertions, 4 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp
index 4a83de2..e22c691 100644
--- a/ganv/Canvas.hpp
+++ b/ganv/Canvas.hpp
@@ -82,7 +82,7 @@ public:
Edge* get_edge(Node* tail, Node* head) const;
void remove_edge_between(Node* tail, Node* head);
void remove_edge(Edge* edge);
-
+
METHOD0(ganv_canvas, arrange);
METHODRET2(ganv_canvas, int, export_image, const char*, filename, bool, draw_background);
METHOD1(ganv_canvas, export_dot, const char*, filename);
diff --git a/ganv/Node.hpp b/ganv/Node.hpp
index a6f47e8..4a4996b 100644
--- a/ganv/Node.hpp
+++ b/ganv/Node.hpp
@@ -51,7 +51,7 @@ public:
gboolean is_within(double x1, double y1, double x2, double y2) const {
return ganv_node_is_within(gobj(), x1, y1, x2, y2);
}
-
+
RW_PROPERTY(const char*, label)
RW_PROPERTY(double, border_width)
RW_PROPERTY(double, dash_length)
diff --git a/ganv/ganv.hpp b/ganv/ganv.hpp
index eec4335..4488815 100644
--- a/ganv/ganv.hpp
+++ b/ganv/ganv.hpp
@@ -24,4 +24,3 @@
#include "ganv/Port.hpp"
#endif // GANV_GANV_HPP
-
diff --git a/ganv/types.hpp b/ganv/types.hpp
index 83f2070..8b2f7ac 100644
--- a/ganv/types.hpp
+++ b/ganv/types.hpp
@@ -28,4 +28,3 @@ class Port;
}; // namespace Ganv
#endif // GANV_TYPES_HPP
-