add trackbar 'sub-consumer' for value label refresh when 'change-on-release'

This commit is contained in:
MihailRis
2024-07-28 22:15:18 +03:00
parent 0e3bd4dcac
commit f46e4a7989
9 changed files with 65 additions and 20 deletions
@@ -72,6 +72,12 @@ namespace scripting {
const std::string& src,
const std::string& file="<string>"
);
dynamic::to_string_func create_tostring(
const scriptenv& env,
const std::string& src,
const std::string& file="<string>"
);
}
#endif // LOGIC_SCRIPTING_SCRIPTING_FUNCTIONAL_HPP_