You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/borrowed/goffice
Richard Cohen 5b80ae0f51
Refactor: hide implementation of GOOptionMenu (move from .h -> .c)
3 years ago
..
CMakeLists.txt
README
go-charmap-sel.c Refactor: DECLARE_FINAL GOCharmapSel < GtkBox 3 years ago
go-charmap-sel.h Refactor: DECLARE_FINAL GOCharmapSel < GtkBox 3 years ago
go-glib-extras.c
go-glib-extras.h
go-optionmenu.c Refactor: hide implementation of GOOptionMenu (move from .h -> .c) 3 years ago
go-optionmenu.h Refactor: hide implementation of GOOptionMenu (move from .h -> .c) 3 years ago

README

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).