[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
To create a new frame, call the function make-frame
.
The argument is an alist specifying frame parameters. Any parameters
not mentioned in alist default according to the value of the
variable default-frame-alist
; parameters not specified even there
default from the standard X resources or whatever is used instead on
your system.
The set of possible parameters depends in principle on what kind of window system Emacs uses to display its frames. See section 29.3.3 Window Frame Parameters, for documentation of individual parameters you can specify.
make-frame
before it actually creates the
frame.
make-frame
after it creates the frame.
Each function in after-make-frame-functions
receives one argument, the
frame just created.