Visual.findVisuals

Requests that the list gather sub-visuals to be rendered, if applicable.

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

Parameters

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.

append bool

Whether to append to the visuals list.

Meta