summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/MainWindow.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/MainWindow.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/MainWindow.h')
-rw-r--r--tikzit/src/gtk/MainWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tikzit/src/gtk/MainWindow.h b/tikzit/src/gtk/MainWindow.h
index 27ce46d..8314296 100644
--- a/tikzit/src/gtk/MainWindow.h
+++ b/tikzit/src/gtk/MainWindow.h
@@ -216,6 +216,10 @@
- (void) zoomOut;
- (void) zoomReset;
+- (void) favourGraphControls;
+- (void) favourNodeControls;
+- (void) favourEdgeControls;
+
@end
// vim:ft=objc:ts=8:et:sts=4:sw=4