On Fri, Jun 8, 2012 at 8:04 AM, Johny Why wrote:
> Trying to write a script in bash or another language which reads/writes
> gtkrc-2.0. Would prefer to use gtk built-in functions for the read/write.
>
GTK does not create these files. They are generally created by humans, and
edited by them. Ther
On Fri, Jun 8, 2012 at 5:11 AM, Johny Why wrote:
> Are the gtk functions exposed, so my app can call them in an existing gtk
> desktop (eg. xfce)? Or is it necessary to recompile gtk?
>
> Any "getting started" tips would be much appreciated by this noob.
>
your messages so far seem quite confusi
GTK+-2.x http://developer.gnome.org/gtk/2.22/gtk-Resource-Files.html
GTK+-3.x http://developer.gnome.org/gtk3/3.4/gtk3-Resource-Files.html
On Wed, Jun 6, 2012 at 11:35 AM, Johny Why wrote:
> Gtk must read the gtkrc-2.0 file. Therefore, gtk must contain a internal
> function for performing that