Can use the rc file
-Lyon
2007/12/3, Guenther Meyer <[EMAIL PROTECTED]>:
>
> hi,
>
> I have a hbox that looks like this:
>
> -
> | ||
> | | |
> | | |
> | |
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
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