Function: mouse-drag-left-edge
mouse-drag-left-edge is an interactive and byte-compiled function
defined in mouse.el.gz.
Signature
(mouse-drag-left-edge START-EVENT)
Documentation
Drag left edge of a frame with the mouse.
START-EVENT is the starting mouse event of the drag action.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mouse.el.gz
(defun mouse-drag-left-edge (start-event)
"Drag left edge of a frame with the mouse.
START-EVENT is the starting mouse event of the drag action."
(interactive "e")
(mouse-drag-frame-resize start-event 'left))