enumerate_values
Description:
public void enumerate_values (
SettingValueIterFn func)
Iterates over each property of the Setting object, calling the supplied user
function for each property.
Parameters:
| this |
the Setting
|
| func |
user-supplied function called for each property of the setting
|
| user_data |
user data passed to func at each invocation
|