mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
auto* b = new Button;
b->onClick = [] (Button&) {
printf("The button was clicked!\n");
};
2.8 KiB
2.8 KiB