[Glade-users] stock-buttons don't display images
Domenico Nappo
domenico.nappo at gmail.com
Fri Jul 24 09:46:14 EDT 2009
Hi,
Solution follows:
The gtkrc file under <installation-gtk+-folder>\etc\gtk-2.0 sets the theme.
Then, the actual gtkrc that gtk+ uses is under
<installation-gtk+-folder>\share\themes\<theme-folder>\gtk-2.0
For example, my grtkc is located in:
C:\DevelopingApps\Gtk+\share\themes\MS-Windows\gtk-2.0
I've changed the flag gtk-button-images from 0 to 1 and now images
appear in buttons!!
Thanks for your support, Tadej.
2009/7/24 Domenico Nappo <domenico.nappo at gmail.com>:
> 2009/7/24 Tadej Borovšak <tadeboro at gmail.com>:
>> Hello.
>>
>> (Posting this mail back to mailing list too.)
>
> Mmpf...I always forget to do it...
>>
>>> Here it's my gtkrc (I didn't know its existence!):
>>>
>>> gtk-theme-name = "MS-Windows"
>>> gtk-button-images = 1
>>>
>>> Simply tow lines...I've found it in Gtk+\etc\gtk-2.0.
>>>
>>> Are there any files to modify? Or maybe this is not the file that gtk
>>> uses to initialize itself?
>>
>> This is system-wide rc file. Each user can have it's own rc file in
>> home folder. Is this file present on your system:
>>
>> C:\Documents and Settings\<user>\.gtkrc-2.0
>>
>> If it is, what does contain? Try adding that line I mentioned before
>> inside this file too and see if things get changed.
>>
>
> Well...there isn't that folder under my users folder. Is there a way
> to know which is the configuration file gtk+ uses?
> Now I'm performing an extensive research of that file...otherwise, can
> I straightly add that folder and the gtkrc file and hope that gtk+
> uses it?
>
More information about the Glade-users
mailing list