foreach_toplevel


Description:

public void foreach_toplevel (bool include_controller, Func<DockObject> function)

Call function on each top level dock widget of the master, including or not the controller.

Parameters:

this

a DockMaster

include_controller

true to include the controller

function

the function to call with each element's data

user_data

user data to pass to the function