GUI component interaction: Difference between revisions

Content deleted Content added
Wutang (talk | contribs)
Wutang (talk | contribs)
Line 3,414:
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.
 
Note:2) For alternative UI toolkits, check github.com/vlang/awesome-v (Awesome V).
<syntaxhighlight lang="Zig">
import ui
Line 3,424 ⟶ 3,428:
win_height = 40
)
 
[heap]
struct App {