summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertyListEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/PropertyListEditor.h')
-rw-r--r--tikzit/src/gtk/PropertyListEditor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tikzit/src/gtk/PropertyListEditor.h b/tikzit/src/gtk/PropertyListEditor.h
index 85fa8d2..2d3166a 100644
--- a/tikzit/src/gtk/PropertyListEditor.h
+++ b/tikzit/src/gtk/PropertyListEditor.h
@@ -28,12 +28,13 @@
@end
@interface PropertyListEditor: NSObject {
+ GraphElementData *data;
+ NSObject<PropertyChangeDelegate> *delegate;
+
GtkListStore *list;
GtkWidget *view;
- GraphElementData *data;
GtkWidget *widget;
GtkWidget *removeButton;
- NSObject<PropertyChangeDelegate> *delegate;
}
/*!