Hey there,No. You can change only the style stuff like colours, fonts, etc.
Is that possible to change the Label of a button using just the resource
files ?
I tried something likeUse glade interface in text/xml. You can easily edit it by hands in any text editor.
widget "mywindow.GtkLabel.my_button" style "white-label"
Does anybody have any clue on how to do that ?
Glade is an interface editor for interface building:
http://glade.gnome.org/
libglade is a library for using glade interface files: http://www.daa.com.au/~james/software/libglade/
Good advice. Also, if you are trying to change the label for internationalisation (so you program will work in French and English, for example), you should look at the gettext system.
There's a guide here:
http://www.gnome.org/~malcolm/i18n/
John _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list