Previous: Frame and Terminal Functions, Up: Frames and Terminals [Index]
Call the function make-frame
.
This function creates and returns a new frame, displaying the current buffer.
an alist of frame parameters for the new frame. Each element of PARAMETERS should have the form (NAME . VALUE)
default-frame-alist
.
before-make-frame-hook
A normal hook run by ‘make-frame’ before it creates the frame.
after-make-frame-functions
An abnormal hook run by make-frame
after
it created the frame. Each function in after-make-frame-functions
receives one argument, the frame just created.
server-after-make-frame-hook
A normal hook run when the Emacs server creates a client frame. When this hook is called, the created frame is the selected one.
frame-inherited-parameters
This variable specifies the list of frame parameters that a newly created frame inherits from the currently selected frame.
Previous: Frame and Terminal Functions, Up: Frames and Terminals [Index]