Re: [gtk-list] Re: GTK_SHADOW_SHALLOW_IN




> I wasn't talking about a complete dynamic replacement (i.e., switch from
> Gtk to AfterStep, or whatever), but rather a dynamic addition:

me neither.

>    gtk_install_style_shadow_shadows();

> much as all of the widgets plug themselves into the library while it is
> running. 

If you code this function it'll change the shadows of ALL the widgets
even if you have several style.

Look at the GtkStyleClass entries: drawing functions (shadow, arrow,
diamond...) + shadow width (called x/ythickness).

If you solve the &default-class "problem", you solve your problem.

It shouldn't be too difficult to allow multiple styleclasses in gtk
but I didn't look too long at this. sorry.


Patrice.



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