summaryrefslogtreecommitdiff
path: root/tikzit/src/linux/NodeStyleEditor.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-10 15:40:11 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-10 15:40:11 +0000
commit87294b7ebc03156f223052ca2a6c70463df568f0 (patch)
tree7200a2cb348b18c8d255931058ffab260f4225c3 /tikzit/src/linux/NodeStyleEditor.h
parentc372b719b84a320f6fb7cab6dc0d1ab94beacd78 (diff)
GTK: Edge style support
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@375 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
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