Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 393 Bytes

01 Button click

This is a very basic example showing a window with one button.

The window is created programatically, and so is the button control. The button click event is handled with a closure, where the title of the window changes.

Example 01

To compile and run:

cargo run

To generate the final executable:

cargo build --release