Dear list. I want to use a gtk.Assistant in fullscreen mode.
So far no problem. But now I would like the contents of the gtk.Assistant to be centered on the screen (with empty grey space around everything) instead of expanding over the complete screen. I did a similar thing once where I put all my widgets into a gtk.Alignment(0.5,0.5,0,0), however I couldn't access the contents of the gtk.Assistant to put them into the gtk.Alignment. I tried to use gtk.Widget.reparent() and gtk.gdk.Window.reparent() but they don't seem to work because the gtk.Assistant is the root window. Hidden inside the gtk.Assistant, there seem to be two gtk.Images and a gtk.HBox holding the buttons but I don't know how to move them correctly to a gtk.Alignment. Does anyone have an idea what else I could try? TIA, Matthias _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
