set_weight_func


Description:

[ Version ( since = "4.2" ) ]
public void set_weight_func (CloudWeightFunc? func)

Specifies a function called by this to compute each row's respective weight.

Parameters:

this

a Cloud widget

func

a CloudWeightFunc function which computes weights, or null to unset

data

a pointer to pass as last argument of func each time it is called, or null