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

USAGE

1. M-x gtklookup-lookup

screenshot_062.resized.png

2. Anything mode

screenshot_063.resized.png

screenshot_064.resized.png

screenshot_065.resized.png

  • C-n : move next entry
  • C-p : move previous entry
  • RET/TAB : open the document

 

Lookup Document

screenshot_068.resized.png

With auto-complete-mode

screenshot_069.resized.png

(defvar ac-source-gtk
  '((candidates . gtklookup-get-cache)
    (cache)
    (requires . 3))
  "Source for completing gtk+")

(add-to-list 'ac-sources 'ac-source-gtk) 

Install

;; [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)

Acknoledgement

Tag page