vincy <[EMAIL PROTECTED]> writes: > i am using gtk as the tool. > > i want to make some background color to my app. > but after search thro gtk.py, seem nothing about color except the color > selection widget. > > any other method to fill background color?? > and i have tried the 'stick' a large pixmap, but thismethod is not good. > coz the buttons are sometimes covered by this pixmap. > > any other better methods???
usually you'd do that via styles, as far as i know. but you don't want to do that. colours are a *user* preference, and thus you should ship a default theme with your app which can be overridden by a user. i think that's how convention goes, anyway. cheers! -- Damien Elmes [EMAIL PROTECTED] _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
