• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/gnus/

Lines Matching +defs:vertical +defs:bar

32   (defvar tool-bar-mode))
396 In particular, if `vertical' do only vertical recentering. If non-nil
397 and non-`vertical', do both horizontal and vertical recentering."
400 (const vertical)
2101 (defun gnus-summary-make-menu-bar ()
2337 (define-key gnus-article-mode-map [menu-bar commands]
2412 (define-key gnus-article-mode-map [menu-bar post]
2564 (defvar gnus-summary-tool-bar-map nil)
2566 ;; Note: The :set function in the `gnus-summary-tool-bar*' variables will only
2569 (defun gnus-summary-tool-bar-update (&optional symbol value)
2572 (setq-default gnus-summary-tool-bar-map nil)
2578 (gnus-summary-make-tool-bar))))
2580 (defcustom gnus-summary-tool-bar (if (eq gmm-tool-bar-style 'gnome)
2581 'gnus-summary-tool-bar-gnome
2582 'gnus-summary-tool-bar-retro)
2583 "Specifies the Gnus summary tool bar.
2586 `gmm-tool-bar-from-list' for the format of the list. The
2589 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2590 `gnus-summary-tool-bar-retro'."
2591 :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2592 (const :tag "Retro look" gnus-summary-tool-bar-retro)
2593 (repeat :tag "User defined list" gmm-tool-bar-item)
2597 :set 'gnus-summary-tool-bar-update
2600 (defcustom gnus-summary-tool-bar-gnome
2642 "List of functions for the summary tool bar (GNOME style).
2644 See `gmm-tool-bar-from-list' for the format of the list."
2645 :type '(repeat gmm-tool-bar-item)
2648 :set 'gnus-summary-tool-bar-update
2651 (defcustom gnus-summary-tool-bar-retro
2677 "List of functions for the summary tool bar (retro look).
2679 See `gmm-tool-bar-from-list' for the format of the list."
2680 :type '(repeat gmm-tool-bar-item)
2683 :set 'gnus-summary-tool-bar-update
2686 (defcustom gnus-summary-tool-bar-zap-list t
2687 "List of icon items from the global tool bar.
2688 These items are not displayed in the Gnus summary mode tool bar.
2690 See `gmm-tool-bar-from-list' for the format of the list."
2691 :type 'gmm-tool-bar-zap-list
2694 :set 'gnus-summary-tool-bar-update
2699 (defun gnus-summary-make-tool-bar (&optional force)
2700 "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2701 When FORCE, rebuild the tool bar."
2703 (boundp 'tool-bar-mode)
2704 tool-bar-mode
2705 (or (not gnus-summary-tool-bar-map) force))
2713 (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2714 gnus-summary-tool-bar-zap-list
2717 ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2719 (setq gnus-summary-tool-bar-map map))))
2720 (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2723 "A version of set that updates the GNU Emacs menu-bar."
2833 (gnus-summary-make-menu-bar)
2834 (gnus-summary-make-tool-bar))
4815 (defcustom gnus-sum-thread-tree-vertical "| "
4816 "With %B spec, used for drawing a vertical line."
5098 gnus-sum-thread-tree-vertical
6463 (not (eq gnus-auto-center-summary 'vertical)))
6509 (not (eq gnus-auto-center-summary 'vertical)))