gnucash/lib/goffice
Geert Janssens 2ca938bd67 Gtk3: Fix the remaining gtk direct access violations
These could not be fixed in Gtk2 because the accessor functions were only added as of Gtk3.
2017-04-14 19:21:34 +02:00
..
go-charmap-sel.c Remove final dependencies on GOFFICE 2017-02-20 17:54:09 +01:00
go-charmap-sel.h Whitespace and spelling corrections 2017-02-20 17:41:32 +01:00
go-glib-extras.c Whitespace and spelling corrections 2017-02-20 17:41:32 +01:00
go-glib-extras.h Whitespace and spelling corrections 2017-02-20 17:41:32 +01:00
go-optionmenu.c Gtk3: Fix the remaining gtk direct access violations 2017-04-14 19:21:34 +02:00
go-optionmenu.h Whitespace and spelling corrections 2017-02-20 17:41:32 +01:00
Makefile.am Fix build issues with goffice imported sources 2017-02-20 17:41:28 +01:00
README Internalize parts of the goffice code 2017-02-20 17:41:27 +01:00

This code is extracted from goffice.

In particular,
- go-charmap-sel is a widget to allow the user to select an encoding
- go-option-menu is a widget used by go-charmap-sel to add manu items
  with a radio button.
- go-glib-extras is copied because we use a few functions from it:
  - go_ascii_strcase_equal and go_ascii_strcase_hash
  - go_guess_encoding

This code is currently used by the csv importer, but could be useful
in several interfaces that require the user to select an encoding
(various importers and exporters mostly).