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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -