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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -