[pygtk] PyGTK and Skins?
Peter Brooks
peter at theneb.co.uk
Mon Mar 30 06:38:56 WST 2009
Hi Emanuele,
If you're looking to use your own skin then use gtkrc files and within an
executable bash file, for my setup.py script I have the following:
soapbox_bin='#!/bin/bash'\
+'\nexport PYTHONPATH='+prefix+'/lib/python2.5/site-packages/'\
+'\nGTK2_RC_FILES='+prefix+'/soapbox/gtk/gtkrc python
'+prefix+'bin/sbox.py'
f=open('bin/soapbox','w')
f.write(soapbox_bin)
This is for my own project soapbox, some improvements need to be made on
this.
Regards
On Sun, Mar 29, 2009 at 11:25 PM, Emanuele D'Arrigo <manu3d at gmail.com>wrote:
> Hi everybody, a quick question:
>
> Is GTK/PyGTK able to support application-based (rather than os-based),
> interchangeable skins? I.e. round corners, redesigned scrollbars,
> arbitrarily shaped buttons, frames and so on? I'd love to do the GUI
> of the application I'm writing with PyGTK, but this admittedly only
> aesthetic issue is a concern, as I really wouldn't want OS-looking
> decorations.
>
> Hints? Help? Suggestions?
>
> Manu
> _______________________________________________
> pygtk mailing list pygtk at daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20090329/dcaea797/attachment.htm
More information about the pygtk
mailing list