From f9bdbf93887313a79528696607d96140f33cbd84 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 28 Jan 2013 16:36:58 +0000 Subject: Associate utility windows with current main window This allows the window manager to raise the windows as a group, for example. --- tikzit/src/gtk/Window.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tikzit/src/gtk/Window.m') diff --git a/tikzit/src/gtk/Window.m b/tikzit/src/gtk/Window.m index d5dcf03..15049ea 100644 --- a/tikzit/src/gtk/Window.m +++ b/tikzit/src/gtk/Window.m @@ -97,6 +97,8 @@ static void update_paste_action (GtkClipboard *clipboard, GdkEvent *event, GtkAc @implementation Window +@synthesize gtkWindow=window; + - (id) init { return [self initWithDocument:[TikzDocument documentWithStyleManager:[app styleManager]]]; } -- cgit v1.2.3