Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-13 | Try out a signal-like system like this: | Andreas Kling | |
auto* b = new Button; b->onClick = [] (Button&) { printf("The button was clicked!\n"); }; | |||
2018-10-13 | Use fooEvent() type names for the virtual event handlers. | Andreas Kling | |
2018-10-12 | Make buttons pressable. | Andreas Kling | |
2018-10-11 | More hacking on Widgets. | Andreas Kling | |