Function: mouse-drag-bottom-left-corner
mouse-drag-bottom-left-corner is an interactive and byte-compiled
function defined in mouse.el.gz.
Signature
(mouse-drag-bottom-left-corner START-EVENT)
Documentation
Drag bottom left corner 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-bottom-left-corner (start-event)
"Drag bottom left corner 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 'bottom-left))