GWork
GWork copied to clipboard
Improve consistency
- [ ] Boolean tests:
Is<test>()(e.g. visible and hidden don't follow this) - [ ] Events callbacks use
On<event>()
More type consistency would good. int is used where size_t should probably be used throughout the code.