summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertyPane.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/PropertyPane.h')
-rw-r--r--tikzit/src/gtk/PropertyPane.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tikzit/src/gtk/PropertyPane.h b/tikzit/src/gtk/PropertyPane.h
index 30f8e5a..b4a44f7 100644
--- a/tikzit/src/gtk/PropertyPane.h
+++ b/tikzit/src/gtk/PropertyPane.h
@@ -60,6 +60,10 @@
- (void) restoreUiStateFromConfig:(Configuration*)file group:(NSString*)group;
- (void) saveUiStateToConfig:(Configuration*)file group:(NSString*)group;
+- (void) favourGraphProperties;
+- (void) favourNodeProperties;
+- (void) favourEdgeProperties;
+
@end
// vim:ft=objc:ts=8:et:sts=4:sw=4:foldmethod=marker