vframeExample

Undocumented in source. Be warned that the author may not have intended to support it.
@safe
@
()
=> label("This tutorial will focus on Fluid however, and won't describe Raylib in detail. If you would like to " ~ "learn more about Raylib, visit its homepage:")
,
()
=> button("https://raylib.com", delegate )
,
()
=> label(.headingTheme, "Frames")
,
()
=> label("Next up in our list of basic nodes is the frame node. Frames are containers, which means they connect " ~ "a number of nodes together. To start, we can place a few labels in a column.")
Frame
vframeExample
()

Meta