GUI component interaction: Difference between revisions

Content added Content deleted
Line 3,414: Line 3,414:
Graphical
Graphical


Notes:
Note: For alternative UI toolkits, check github.com/vlang/awesome-v (Awesome V)

1) "v install ui" to get, also to locally check source and examples.

2) For alternative UI toolkits, check github.com/vlang/awesome-v (Awesome V).
<syntaxhighlight lang="Zig">
<syntaxhighlight lang="Zig">
import ui
import ui
Line 3,424: Line 3,428:
win_height = 40
win_height = 40
)
)

[heap]
[heap]
struct App {
struct App {