GUI component interaction: Difference between revisions

Content deleted Content added
Wutang (talk | contribs)
Wutang (talk | contribs)
Line 3,487:
fn (mut app App) btn_click_ran(mut btn ui.Button) {
ui.message_box('"Will jump to random number between 1 and 100.'")
app.counter = rand.int_in_range(1, 100) or {0}.str()
}