Visual.onDelegateFindVisuals

Callback for when the Visual is being requested to find its sub-visuals.

class Visual
protected @nogc
void
onDelegateFindVisuals
(
ref weak_vector!Visual visuals
,,
bool append
)

Parameters

visuals weak_vector!Visual

The array to append the visuals to.

recurseDelegates bool

Whether to recurse through delegate visuals.

append bool

Whether to append to the visuals list.

Meta