foreach_with_internals


Description:

[ Version ( deprecated = true , deprecated_since = "1.10" , since = "1.0" ) ]
public virtual void foreach_with_internals (Callback callback)

Warning: foreach_with_internals is deprecated since 1.10.

Calls callback for each child of this, including "internal" children built in to the container itself that were never added by the application.

Note:

See @foreach.

This function calls the foreach_with_internals virtual function, which has been deprecated.

Parameters:

this

a Container

callback

a function to be called for each child

user_data

data to be passed to the function, or null