static AutoComboBox3 standardFunctionComboBox(SimpleLiveValue lv) { AutoComboBox3 cb = standardFunctionComboBox(); bindComboBoxToLiveValue(cb, lv); ret cb; }