From 21daa86bcb386240a1902c0bbad960285c900bcf Mon Sep 17 00:00:00 2001 From: erick Date: Sun, 06 Dec 2009 20:07:51 +0000 Subject: Merge branch 'frame_integration' Conflicts: tutorius/overlayer.py --- (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