1

I writing simple program in C++ using gtkmm-3.

I need to store some settings in form of several numbers and strings.

I found gconfmm, but it's seems only for Gtk 2.

Will it work together? Or there is better way to store settings?

shed
  • 121
  • 1
  • 8

1 Answers1

3

There is a class Gio::Settings in gtkmm. It's wrap GSettings and can be used for this task.

KoKuToru
  • 4,055
  • 2
  • 20
  • 21
shed
  • 121
  • 1
  • 8