Re: [pygtk] custom gtk theme and buttons icons with py2exe

2011-01-26 Thread s.la...@free.fr
ok, i fixed the stocks icons problem by adding it to my app: ## Get Icons shown on buttons settings = gtk.settings_get_default() gtk.Settings.set_long_property(settings, "gtk-button-images", 1, "main") i search for the gtk theme now... thx Le 26/01/2011 17:04, laguillaumie sylvain a écrit : h

[pygtk] custom gtk theme and buttons icons with py2exe

2011-01-26 Thread laguillaumie sylvain
hi first thanks for py2exe it s great ;) i have some problems to use my own gtk theme and icons on windows i made a etc/gtk-2.0/gtkrc file with the classic MS-Windows theme and the hicolor icon, when i change the gtk theme (copied in share/themes) nothing happen, it still use the MS-Windows t