findVisuals

Finds visuals that are within the hirearchy of the given node.

@nogc
void
findVisuals
(,
ref weak_vector!Visual visuals
,
bool recurseDelegates = false
,
bool sort = true
,
bool append = false
)

Parameters

root Node

The root node to start looking from

visuals weak_vector!Visual

The list to write to, the list may be resized by the implementation.

recurseDelegates bool

Whether to recurse through delegate visuals.

sort bool

Whether to sort the list of visuals.

append bool

Whether to append to the visuals list.

Meta