summaryrefslogtreecommitdiff
path: root/tikzit/src/linux/NodeStyleSelector.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/NodeStyleSelector.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/NodeStyleSelector.h')
-rw-r--r--tikzit/src/linux/NodeStyleSelector.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/tikzit/src/linux/NodeStyleSelector.h b/tikzit/src/linux/NodeStyleSelector.h
index c6c8833..894d71e 100644
--- a/tikzit/src/linux/NodeStyleSelector.h
+++ b/tikzit/src/linux/NodeStyleSelector.h
@@ -56,21 +56,13 @@
@property (assign) NodeStyle *selectedStyle;
/*!
- * Initialise with the default style manager and a new icon view widget
+ * Initialise with the default style manager
*/
- (id) init;
/*!
- * Initialise with the default style manager and the given icon view widget
- */
-- (id) initWithIconView:(GtkIconView*)view;
-/*!
- * Initialise with the given style manager and a new icon view widget
+ * Initialise with the given style manager
*/
- (id) initWithStyleManager:(StyleManager*)m;
-/*!
- * Initialise with the given style manager and icon view widget
- */
-- (id) initWithIconView:(GtkIconView*)view andStyleManager:(StyleManager*)m;
@end