summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/EdgeStyleEditor.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-18 12:09:21 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-18 12:09:21 +0000
commit42cc92ea91cb770e9e0e64e5bede18aa5cfce25d (patch)
tree8a7c592d746e760b68eb7b0da17de4c5ec16f928 /tikzit/src/gtk/EdgeStyleEditor.h
parent9e71f7db3c487633d2ec170369d0ecc5f61280cf (diff)
GTK: Arrow heads (and tails)!
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@396 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/src/gtk/EdgeStyleEditor.h')
-rw-r--r--tikzit/src/gtk/EdgeStyleEditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/gtk/EdgeStyleEditor.h b/tikzit/src/gtk/EdgeStyleEditor.h
index 70a8747..6e55592 100644
--- a/tikzit/src/gtk/EdgeStyleEditor.h
+++ b/tikzit/src/gtk/EdgeStyleEditor.h
@@ -25,6 +25,8 @@
GtkTable *table;
GtkEntry *nameEdit;
GtkComboBox *decorationCombo;
+ GtkComboBox *headArrowCombo;
+ GtkComboBox *tailArrowCombo;
GtkAdjustment *thicknessAdj;
BOOL blockSignals;
}