-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mathias Uebelacker wrote: > Hello, > > i need to fix the pane on a postion. Now the position is not fixed and > depends on the content of the panes. hpane.set.position does not works. > Any hints?
Hi, Did you already try to play around with the 'resize' and 'shrink' arguments to gtk.Paned.pack1/2()? I understood that you are dealing with keeping it the same size when the content (or window size) changes - you are not keeping the user from resizing the pane. If I'm wrong, feel free to elaborate. Greetings, Felix -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGbn0ElW86h1QHmOcRAjq1AJ4/+K99Ozhts2HB3A0C2vc9rPfNegCffkCN qwClEkH16Enm93bQ26StbP0= =AWqM -----END PGP SIGNATURE----- _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
