Re: [gtk-list] How to actually _use_ themes?



All you need to do is read the gtkrc file.

gtk_rc_parse("~/.myprog/gtkrc");

For example, all GNOME applications read ~/.gnome/gtkrc.
This file will tell gtk to use the theme and make your application
look snappy and even more buggy than ever :)

(I personally do not recommend using the themed-gtk just yet,
 Its been known to cause some unpleasant effects here and there...)



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