summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/EdgeStyleEditor.h
diff options
context:
space:
mode:
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;
}