From c1fdd474409e1b36d1b4c7eb97afe27a637e89c1 Mon Sep 17 00:00:00 2001 From: erick Date: Sun, 06 Dec 2009 04:15:57 +0000 Subject: Made creator appear on top of everything --- (limited to 'tutorius/creator.py') diff --git a/tutorius/creator.py b/tutorius/creator.py index 5ec0d18..9413186 100644 --- a/tutorius/creator.py +++ b/tutorius/creator.py @@ -149,6 +149,7 @@ class Creator(Object): frame._enter_notify_cb) self._propedit.window.connect('leave-notify-event', frame._leave_notify_cb) + self._propedit.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK) self._overview = viewer.Viewer(self._tutorial, self) self._overview.win.set_transient_for(frame._bottom_panel) @@ -160,6 +161,7 @@ class Creator(Object): self._overview.win.move(style.GRID_CELL_SIZE, gtk.gdk.screen_height()-style.GRID_CELL_SIZE \ -self._overview.win.get_allocation().height) + self._overview.win.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK) self._transitions = dict() -- cgit v0.9.1