Re: Arrows in gtknotebook in gtk 2.4



On Mon, 2004-09-27 at 02:41, Mich� Garoche wrote:
> Le 27 sept. 2004, �:46, Matthias Clasen a �it :
> 
> > On Mon, 2004-09-27 at 03:49 +0200, Mich� Garoche wrote:
> >> If not, how can I change the gtkrc file to have them as I want? Or is
> >> it possible to change them within a foorc file?
> >>
> >
> > Yes, you should be able to say something like
> >
> > GtkNotebook::has_secondary_forward_stepper = 1
> >
> > in the relevant style {} block in your gtkrc.
> I'm sorry to bother you with this, but what is supposed to be the 
> relevant style {} block? (I've never customized my gtkrc file).
> 

The one defining the style which is applied to the widgets
in question...

Here is an example which applies the "default" style to
all widgets:

style "default"
{
  GtkNotebook::has_secondary_forward_stepper = 1
}

class "GtkWidget" style "default"

Matthias






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