Function: frameset-states
frameset-states is a byte-compiled function defined in frameset.el.gz.
Signature
(frameset-states FRAMESET)
Documentation
Return the list of frame states of FRAMESET.
A frame state is a pair (FRAME-PARAMETERS . WINDOW-STATE), where
FRAME-PARAMETERS is a frame's parameter alist, extracted with
(frame-parameters FRAME) and filtered through frameset-filter-params,
and WINDOW-STATE is the output of window-state-get applied to the
root window of the frame.
IMPORTANT: Modifying this slot may cause frameset functions to fail, unless the type constraints defined above are respected.
Source Code
;; Defined in /usr/src/emacs/lisp/frameset.el.gz
(put 'frameset-states 'function-documentation
"Return the list of frame states of FRAMESET.\n
A frame state is a pair (FRAME-PARAMETERS . WINDOW-STATE), where
FRAME-PARAMETERS is a frame's parameter alist, extracted with
\(frame-parameters FRAME) and filtered through `frameset-filter-params',
and WINDOW-STATE is the output of `window-state-get' applied to the
root window of the frame.\n
IMPORTANT: Modifying this slot may cause frameset functions to fail,
unless the type constraints defined above are respected.\n\n(fn FRAMESET)")