@foreach


Description:

public void @foreach (Func function)

Call function on each dock widget of the master.

Parameters:

this

a DockMaster

function

the function to call with each element's data

user_data

user data to pass to the function