Re: Question about gtkrc



On Tue, 2009-04-07 at 17:03 +0200, bardzo_szorstki wrote:
> Hello. I am writin to tou to ask a few questions.
> The first problem is how to disable icons on GtkButton? There is
> description how to change spacing bewtween label nad the icon, but I
> can't find a solution to disable icons at all.

Take a look at the GtkSettings object. It has a property to disable
icons in buttons, which you can use by adding a line to your gtkrc:

gtk-button-images = 0

> 
> The second question is how to change spacing between scroll and the text frame, like here:
> http://gnome-look.org/CONTENT/content-pre1/48820-1.png
> 

This url has lots of information on different style properties, and
describes how they are applied:
http://live.gnome.org/GnomeArt/Tutorials/GtkThemes

Regards,

Thomas



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]