GTK+ Reference Lookup Mode (called gtklooup mode) is to search
GLib,
GObject,
GIO,
Pango,
ATK,
GdkPixbuf,
GDK,
GTK,
Online html documentation listed on http://www.gtk.org/documentation.html
Please check,
Web : http://taesoo.org/Opensource/Gtklookup
Repo : http://github.com/tsgates/gtklookup
Anything : http://www.emacswiki.org/emacs/Anything






(defvar ac-source-gtk '((candidates . gtklookup-get-cache) (cache) (requires . 3)) "Source for completing gtk+") (add-to-list 'ac-sources 'ac-source-gtk)
;; [PATH] without "/" ex) "/home/taesoo/.emacs.d/addons/gtklookup" (setq gtklookup-dir "[PATH]") (add-to-list 'load-path gtklookup-dir) ;; http://www.emacswiki.org/emacs/download/anything.el (require 'anything) (require 'gtklookup-autoload)