summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Surface.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2013-02-04 15:08:16 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2013-02-04 15:08:16 +0000
commit48fdfbb5c497037eccebdd5de168de995401771a (patch)
tree5b6f6a20b078543ad15693d83896f92a8801435b /tikzit/src/gtk/Surface.h
parent19e555267a2170d38e77e563192bfafe20d2f5c5 (diff)
GTK: show focus indicator for graph surface
Diffstat (limited to 'tikzit/src/gtk/Surface.h')
-rw-r--r--tikzit/src/gtk/Surface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tikzit/src/gtk/Surface.h b/tikzit/src/gtk/Surface.h
index b6d8d2e..db4288e 100644
--- a/tikzit/src/gtk/Surface.h
+++ b/tikzit/src/gtk/Surface.h
@@ -99,6 +99,9 @@ typedef enum {
- (void) zoomResetAboutPoint:(NSPoint)p;
- (void) setCursor:(Cursor)c;
+
+- (BOOL) hasFocus;
+- (void) renderFocus;
@end
// vim:ft=objc:ts=8:et:sts=4:sw=4