[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Embed theme with a gtk app?
- From: "Tomas Soltys" <tomas soltys range-software com>
- To: gtk-app-devel-list gnome org
- Subject: Re: Embed theme with a gtk app?
- Date: Thu, 29 Jan 2009 09:12:22 +0100 (CET)
Yes there is a way.
Here is how I have done it.
gchar *rc_files[] = { "path to your rc file", NULL};
gtk_rc_set_default_files (rc_files);
Regards,
Tomas Soltys
> Is there any way to either embed or make a gtk program load a theme
> that comes with the program, without the user having to install
> anything else. I have some programs mainly for windows that look like
> absolute rubbish when on the default theme, but alot of my users on
> the windows version have the DLL's all over the place.
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]