A copying macro that lets you create new vl-iframe-p structures, based on existing structures.
Syntax:
(change-vl-iframe x [:initially-activep <initially-activep>] [:some-thing-satisfiedp <some-thing-satisfiedp>] [:already-saw-elsep <already-saw-elsep>])
This is a sometimes useful alternative to make-vl-iframe.
It constructs a new vl-iframe-p structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-iframe (x &rest args) (std::change-aggregate 'vl-iframe x args '((:initially-activep . vl-iframe->initially-activep) (:some-thing-satisfiedp . vl-iframe->some-thing-satisfiedp) (:already-saw-elsep . vl-iframe->already-saw-elsep)) 'change-vl-iframe 'nil))