mutableLabelExample
@
safe @
()
=> label("Naturally, user interfaces are made to react to user input and other events that happen in the " ~ "system. The interface needs to change to keep displayed information up to date. Glui nodes expose " ~ "properties that make them possible to change. So, we can make the button change its text when clicked."),
()
=> label("Just note that to refer to the button within itself we need to declare it beforehand.") Label
mutableLabelExample