- Manehattan MAS hub
- https://holanet.xyz
-
Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.
- Joined on
2022-08-07
Block a user
Too many Close behaviors that don't return an error
Windows should be able to cancel a close operation
Children sometimes render over borders
Too many Close behaviors that don't return an error
Need a way to call tomo.Stop when all windows have closed
On second thought, the Manageable interface would be a very bad idea. It would be very bug prone in terms of goroutines.
Need a way to gracefully exit an application
Need pointer API
Something like:
type AttrPointer Cursor
...
type Cursor string; const (
CursorPointer Cursor = "Pointer"
CursorText Cursor = "Text"
...
)
The…