summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertiesPane.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/PropertiesPane.h')
-rw-r--r--tikzit/src/gtk/PropertiesPane.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gtk/PropertiesPane.h b/tikzit/src/gtk/PropertiesPane.h
index bde4424..c76efae 100644
--- a/tikzit/src/gtk/PropertiesPane.h
+++ b/tikzit/src/gtk/PropertiesPane.h
@@ -53,6 +53,8 @@
GtkToggleButton *edgeNodeToggle;
GtkWidget *edgeNodePropsWidget;
GtkEntry *edgeNodeLabelEntry;
+ GtkEntry *edgeSourceAnchorEntry;
+ GtkEntry *edgeTargetAnchorEntry;
}
@property (retain) TikzDocument *document;