Re: [pygtk] gtk theme switch

2002-07-30 Thread Philippe Gendreau
one theme to the other and to do it I parse the different gtkrc files. Why would I want to write it out and where. -- Philippe Gendreau ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http

Re: [pygtk] gtk theme switch

2002-07-29 Thread Philippe Gendreau
or programs that make use of this kind of stuff. My main question now is: How do I update the application theme for all present and future widgets? Thanks again. -- Philippe Gendreau ___ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman

[pygtk] gtk theme switch

2002-07-22 Thread Philippe Gendreau
. Ideally, I'd like to have a desktop-theme switcher too. I have made a little example-app to test it. If someone could look at it and tell me what I am missing it would be really appreciated. Thanks a lot. -- Philippe Gendreau #!/usr/bin/env python # theme.py import gtk import isys, os from _gtk