summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/PropertyPane.h
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2012-06-29 15:12:49 +0100
committerAlex Merry <dev@randomguy3.me.uk>2012-06-29 15:12:49 +0100
commit7b4db7aa75f8e60702fe7828e4be9b06ef7c5fc9 (patch)
tree6b136cdd1b8161fe6eb53d0f9269ffccc57aeb6a /tikzit/src/gtk/PropertyPane.h
parent626622b7e570015f5f49e327dfe24660fb221411 (diff)
Be helpful about which panes are visible
If only one property/style pane is visible, auto-switch between them depending on the tool.
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