gtk drop refactored using events.

This commit is contained in:
Miroslav Šedivý
2021-01-14 19:53:58 +01:00
parent 253247f6ce
commit a96b770052
9 changed files with 248 additions and 200 deletions

View File

@ -59,5 +59,5 @@ type DesktopManager interface {
WriteClipboard(data string)
// drop
DropFiles(x int, y int, files []string)
DropFiles(x int, y int, files []string) bool
}