summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Window.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2013-01-28 16:36:58 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2013-01-28 16:36:58 +0000
commitf9bdbf93887313a79528696607d96140f33cbd84 (patch)
tree2981a41f81daba5c33e7131a30eb61fef42bfa4a /tikzit/src/gtk/Window.h
parentb8c6a1cf4fd38820549976cf5f7b8fffb9b1248d (diff)
Associate utility windows with current main window
This allows the window manager to raise the windows as a group, for example.
Diffstat (limited to 'tikzit/src/gtk/Window.h')
-rw-r--r--tikzit/src/gtk/Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/gtk/Window.h b/tikzit/src/gtk/Window.h
index bac64a0..e1f64ac 100644
--- a/tikzit/src/gtk/Window.h
+++ b/tikzit/src/gtk/Window.h
@@ -59,8 +59,8 @@
* The document displayed by the window
*/
@property (retain) TikzDocument *document;
-
@property (readonly) BOOL hasFocus;
+@property (readonly) GtkWindow *gtkWindow;
/**
* Create a window with an empty document