c - How To store user config for a gtk app -
I want to write a simple text editor with GTK + and I configure the user like font-size font-type etc. Want to .. I need a task to write like this:
char * fontName = "Monospace bold 12"; Char * getFont (some); Zero set font (four * fontName);
GTK + is using the default way of handling settings in the world. Be careful, it is not in the form of straight-forward as one would think
If you want to do something simple, just store it in a directory.
Comments
Post a Comment