XML : How to combine css file and xml file with a GTK3 project

I am using external css to theme my GTK3 application (on windows 7, 64bits) also I am using xml file that describes all the widgets in the application

both of these two files (.css & .xml) are used during runtime of my application (.exe)

my question: how to compile my application so that it will no longer depend on the css and xml files ?

No comments:

Post a Comment