Grokmoo / thyme

Themable Immediate Mode User Interface Toolkit in Rust
Apache License 2.0
97 stars 5 forks source link

variable substitution in output text #4

Closed Grokmoo closed 3 years ago

Grokmoo commented 4 years ago

In a widget's "text" attribute in the theme, we can define special characters that reference a variable. In code, the variables can be set on the widget and Thyme will automatically replace the values. This will make specifying text a lot more practical for a great many cases.