zntg - a UI framework for Go
Go to file
Sander Schobers 3c89748eac Added drag & drop addon.
- Drop addon is based on WM_DROPFILES, dragdrop addon is based on the OLE IDragDrop interface and thus can registerer more interactions.
- The allg5ui implementation will try to fall back on the drop addon (because the dragdrop addon wouldn't work properly).
- Drop addon is refactored to use the same interface as the dragdrop addon.
2021-06-04 17:17:22 +02:00
addons Added drag & drop addon. 2021-06-04 17:17:22 +02:00
allg5ui Added drag & drop addon. 2021-06-04 17:17:22 +02:00
play Added option to Pan using tile coordinates. 2020-05-23 11:02:12 +02:00
sdlui Added drag & drop addon. 2021-06-04 17:17:22 +02:00
ui Added drag & drop addon. 2021-06-04 17:17:22 +02:00
.gitignore Added UI elements. 2019-03-05 21:52:18 +01:00
action.go Added documentation for Action{,Err,s}. 2020-05-15 10:57:38 +02:00
animation.go Added Animation.IsActive. 2020-05-23 08:20:20 +02:00
color_test.go Added tests for HexColor. 2020-05-16 08:54:45 +02:00
color.go Added tests for HexColor. 2020-05-16 08:54:45 +02:00
events.go Renamed EventFn to EventEmptyFn and EventStateFn to EventFn (both in ui and zntg packages). 2020-05-16 12:07:13 +02:00
io.go Added Resources abstraction. 2020-05-15 14:20:07 +02:00