Reputation: 16144
Can we somehow customize how PyGtk GUI windows look, by for example - changing the color of the title bar, the grey color of the windows, for a rich feel on the lines of Adobe Flex UI?
Upvotes: 0
Views: 624
Reputation: 222852
GTK's way seems to be that the look is a user choice, not a developer choice.
So, the user can change the GTK Theme, and that will affect all gtk apps, including yours.
Take a look at some themes here.
Upvotes: 2