Function: frame-creation-function

frame-creation-function is a byte-compiled function defined in frame.el.gz.

Signature

(frame-creation-function PARAMS)

Documentation

Method for window-system dependent functions to create a new frame.

The window system startup file should add its frame creation function to this method, which should take an alist of parameters as its argument.

Implementations

(params (nil ((&context . window-system) eql 'nil))) in `frame.el'.

Undocumented

Source Code

;; Defined in /usr/src/emacs/lisp/frame.el.gz
(cl-defgeneric frame-creation-function (params)
  "Method for window-system dependent functions to create a new frame.
The window system startup file should add its frame creation
function to this method, which should take an alist of parameters
as its argument.")