/gtk2-icon-chooser

A GTK+ 2.0 application that the user could browse and choose icons under a designated folder.

Primary LanguageC++

GTK+ 2.0 App - Icon Chooser

Purpose

As a tool written in GTK+ 2.0 library to let a user browse icons under a designated folder and choose a icon to retrieve its full path:
######GTK+ 2.0 App - Icon Chooser document###### http://www.slideshare.net/wiliwe/gtk-20-app-icon-chooser

Folders

####Src#### Contains source codes and shell scripts to retrieve gettext string and conver it to MO file.
Just run the command make to build code.

get_text.sh - to retrieve gettext enclosed string into a .po file and rename this .po file to .pot file. convrt_po.sh - to convert translated .po file into .mo file and copy the .mo file into the sub-directories under Src/local/. ####Src/doxygen#### Contains Doxygen configuration files for generating document with or without graphs. Run tool doxygen with one of configuration files in this directory.

There have two generated HTML document(with graph) archives compressed in tarball and 7zip,
the contents of them are the same.. ####Src/po#### Contains GNU gettext PO, POT and MO files. ####Src/local#### Contains GNU gettext MO files which are for Traditional Chinese with UTF-8 encoding. ####Ref_Docs#### Contains two reference document archives compressed using tarball and 7zip, the contents of them are the same.