Functions and macros
The relevant Elisp functions and macros to
- Making
(make-frame &optional PARAMETERS)(framep OBJECT)
- Selecting
(selected-frame)(with-selected-frame FRAME &rest BODY)(select-frame FRAME &optional NORECORD)(select-frame-by-name NAME)
- Parameterizing
(frame-parameter FRAME PARAMETER)(frame-parameters &optional FRAME)(set-frame-parameter FRAME PARAMETER VALUE)(modify-frame-parameters FRAME ALIST)(modify-all-frames-parameters ALIST)