mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 21:28:40 +00:00
auto* b = new Button;
b->onClick = [] (Button&) {
printf("The button was clicked!\n");
};
2.8 KiB
2.8 KiB