Re: how to set widget background?

2007-12-04 Thread windflying zhou
Can use the rc file -Lyon 2007/12/3, Guenther Meyer <[EMAIL PROTECTED]>: > > hi, > > I have a hbox that looks like this: > > - > | || > | | | > | | | > | |

How to change font size

2007-11-15 Thread windflying zhou
Hello, I'm developing an application with gtk+, and I'm trying to change the fonts that is used in the application, to use diferent sizes of letters. I didn't find any class or method that changes the properties of the font used by the application. So I don't know if it is possible to change the

Sets the background of a button with a Image

2007-11-09 Thread windflying zhou
Hello, everyone How can I do this(Sets the background of a button with a Image) please? In RC file: I did this: style "button" { bg_pixmap[NORMAL] = "1.bmp" bg_pixmap[SELECTED] = "2.bmp" } widget_class "*GtkButton*" style "button" But it can't work, then how can I do? Thank you very