Optional __wxInternal reference to the glass-easel element.
Add a class to this node.
If styleScope is not a non-negative integer, it is treated as empty.
When matching style rules using this class, the style sheet's scope identifier
must be empty or equal to this styleScope.
Not called on text nodes.
Optional styleScope: numberAppend a child node. The inserted child is guaranteed to have no parent.
Optional createOptional createOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getOptional getInsert a child node. Behavior varies by parameters:
before and index: equivalent to append.before or index: insert before that position.before and index: index must equal before's position in the child list.
If index is not a non-negative integer, it is treated as undefined.
The inserted child is guaranteed to have no parent.Optional index: numberOptional manipulateRemove a child node. The removed child may be reused later.
If index is provided, it must equal the child's position in the child list.
If index is not a non-negative integer, it is treated as undefined.
Optional index: numberReplace a child node. Behavior varies by parameters:
oldChild and index: equivalent to append.oldChild or index: replace that child.oldChild and index: index must equal oldChild's position in the child list.
If index is not a non-negative integer, it is treated as undefined.
The inserted child is guaranteed to have no parent.Optional index: numberSync event listener settings on this node.
type is the event name; capture indicates whether this is a capture listener;
mutLevel indicates the event response type:
MutLevel.None: normal response.MutLevel.Mut: mutual-exclusive response; only the first mutual-exclusive listener
is executed in a single event bubble round.MutLevel.Final: final response; stops event bubbling and prevents default behavior.
Not called on text nodes.Optional setSet the scope identifiers of this node. Set at most once per node. If styleScope is not a positive integer, it is treated as empty. When matching style rules using selectors other than class (e.g. tag name or ID selectors), the style sheet's scope identifier must be empty or equal to this node's scope identifier. Composed Mode only.
Optional extraStyleScope: numberOptional hostStyleScope: numberAppend all nodes contained in list.
list must be a fragment node; it should be cleared but may be reused.
All inserted nodes are guaranteed to have no parent.
Remove deleteCount nodes starting from before, then insert all nodes from list at that position.
list must be a fragment node; it should be cleared but may be reused.
All inserted nodes are guaranteed to have no parent.
Remove deleteCount nodes starting from before.
Optional trigger
Element interface for Composed Mode. Represents a node in the backend node tree.