comparison src/frame.c @ 3577:91950589598c

[xemacs-hg @ 2006-08-29 14:10:51 by stephent] Some docstring improvements. <87irkbk5ad.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 29 Aug 2006 14:10:54 +0000
parents 141c2920ea48
children 62d532188a28
comparison
equal deleted inserted replaced
3576:ff0dac582fcb 3577:91950589598c
3836 the frame. 3836 the frame.
3837 */ ); 3837 */ );
3838 Vadjust_frame_function = Qnil; 3838 Vadjust_frame_function = Qnil;
3839 3839
3840 DEFVAR_LISP ("mouse-motion-handler", &Vmouse_motion_handler /* 3840 DEFVAR_LISP ("mouse-motion-handler", &Vmouse_motion_handler /*
3841 Handler for motion events. One arg, the event. 3841 Handler for motion events. Must be a function taking one argument, the event.
3842 For most applications, you should use `mode-motion-hook' instead of this. 3842 For most applications, you should use `mode-motion-hook' instead of this.
3843 The default value is `default-mouse-motion-handler'.
3844
3845 Note that this is NOT a hook variable, so there is no standard way to remove
3846 actions from it. Instead, when adding a new kind of action, a hook variable
3847 should be defined and initialized to the current value of this variable, then
3848 this variable set to a function that runs the new hook. To disable the new
3849 actions, use `remove-hook' rather than setting `mouse-motion-handler'.
3850
3851 `mouse-motion-hook' in the balloon-help library exemplifies this pattern.
3843 */ ); 3852 */ );
3844 Vmouse_motion_handler = Qnil; 3853 Vmouse_motion_handler = Qnil;
3845 3854
3846 DEFVAR_LISP ("synchronize-minibuffers",&Vsynchronize_minibuffers /* 3855 DEFVAR_LISP ("synchronize-minibuffers",&Vsynchronize_minibuffers /*
3847 Set to t if all minibuffer windows are to be synchronized. 3856 Set to t if all minibuffer windows are to be synchronized.