summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/StylesPane.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/StylesPane.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/StylesPane.h')
-rw-r--r--tikzit/src/gtk/StylesPane.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/gtk/StylesPane.h b/tikzit/src/gtk/StylesPane.h
index c1a603d..660e9cf 100644
--- a/tikzit/src/gtk/StylesPane.h
+++ b/tikzit/src/gtk/StylesPane.h
@@ -43,6 +43,9 @@
- (void) restoreUiStateFromConfig:(Configuration*)file group:(NSString*)group;
- (void) saveUiStateToConfig:(Configuration*)file group:(NSString*)group;
+- (void) favourNodeStyles;
+- (void) favourEdgeStyles;
+
@end
// vim:ft=objc:ts=8:et:sts=4:sw=4:foldmethod=marker