summaryrefslogtreecommitdiff
path: root/tikzit/src/linux/NodeStyleEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/linux/NodeStyleEditor.h')
-rw-r--r--tikzit/src/linux/NodeStyleEditor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tikzit/src/linux/NodeStyleEditor.h b/tikzit/src/linux/NodeStyleEditor.h
index 67219e8..9bde203 100644
--- a/tikzit/src/linux/NodeStyleEditor.h
+++ b/tikzit/src/linux/NodeStyleEditor.h
@@ -22,22 +22,22 @@
@interface NodeStyleEditor: NSObject {
NodeStyle *style;
- GtkTable *table;
+ GtkTable *table;
GtkEntry *nameEdit;
GtkComboBox *shapeNameCombo;
GtkColorButton *strokeColorButton;
GtkWidget *makeStrokeTexSafeButton;
GtkColorButton *fillColorButton;
GtkWidget *makeFillTexSafeButton;
- GtkAdjustment *scaleAdj;
- BOOL blockSignals;
+ GtkAdjustment *scaleAdj;
+ BOOL blockSignals;
}
-@property (retain) NodeStyle *style;
+@property (retain) NodeStyle *style;
@property (readonly) GtkWidget *widget;
- (id) init;
@end
-// vim:ft=objc:ts=4:noet:sts=4:sw=4
+// vim:ft=objc:ts=4:et:sts=4:sw=4:foldmethod=marker