Searched +refs:hscroll +refs:mode (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtktextframe.rb85 hscroll(keys.delete('hscroll'){self.class::DEFAULT_HSCROLL})
112 def vscroll(mode, *args)
114 if mode && st.size == 0 then
117 elsif !mode && st.size != 0 then
125 def hscroll(mode, *args) method in class:Tk
127 if mode && st.size == 0 then
130 elsif !mode && st.size != 0 then
176 def hscroll(mod method in class:TkTextFrame
[all...]
H A Dscrollframe.rb8 # Scrollbars can be toggled by Tk::RbWidget::ScrollFrame#vscroll & hscroll.
91 hscroll(keys.delete('hscroll'){true})
183 def vscroll(mode)
186 if mode && st.size == 0 then
189 elsif !mode && st.size != 0 then
198 def hscroll(mode) method in class:Tk
201 if mode && st.size == 0 then
203 elsif !mode
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dedebug.el29 ;; This minor mode allows programmers to step through Emacs Lisp
91 `emacs-lisp-mode-hook'."
143 (defcustom edebug-initial-mode 'step
144 "*Initial execution mode for Edebug, if non-nil.
145 If this variable is non-nil, it specifies the initial execution mode
232 "*Number of seconds to pause when execution mode is `trace'."
395 (set-window-hscroll window 0);; should this be??
429 (window-hscroll window)))))
440 (lambda (window buffer point start hscroll)
446 (set-window-hscroll windo
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsimple.el29 ;; major mode or to file-handling.
35 (autoload 'shell-mode "shell"))
93 (set-buffer-major-mode (get-buffer-create "*scratch*"))
174 similar mode is started, or when it is used with \\[next-error]
289 more generally, on any buffer in Compilation mode or with
290 Compilation Minor mode enabled, or any buffer in which
298 until you use it in some other buffer which uses Compilation mode
299 or Compilation Minor mode.
360 ;;; Internal variable for `next-error-follow-mode-post-command-hook'.
363 (define-minor-mode nex
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcf.vim150 syn keyword cfArg contained height highlighthref hint href hrefkey hscroll hspace html
157 syn keyword cfArg contained message messagenumber method mimeattach mimetype min mode

Completed in 220 milliseconds