mutableFrameExample
@
safe @
()
=> label("Of course, we also have the choice to assign the label on the same line it was declared " ~ "on. The downside of that usage is that it is usually helpful to keep each component of the tree united " ~ "for easier analysis. However, it might be preferrable if the tree is becoming complex, so you might need " ~ "to find the right balance."),
()
=> label(.headingTheme, "Editing layouts"),
()
=> label("Frame contents can be changed at runtime by changing their 'children' property. The operation is a " ~ "bit more complex than updating labels, and you have to pay attention to this one if you intend to rearrange " ~ "frames this way.") Frame
mutableFrameExample