> 
> I have an application which I was developing using xforms but 
> have now switched to gtk (open source, etc.) The basics work 
> but the question is: how do I program themes into it? Is 
> there any documentation anywhere? I'm not interested in 
> creating themes but in getting my application to use them.
> 

AKAIK the .gtkrc file in your home directory will do the job (symlink it to the real 
theme (e.g. /usr/local/share/themes/Pixmap/gtk/gtkrc)

otherwise use this line:

  gtk_rc_parse ("path_to_the_rc_file");

regards,

Arjan


> Thanks
> 
> John
> 
> -- 
> To unsubscribe: mail -s unsubscribe 
> [EMAIL PROTECTED] < /dev/null
> 

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to