This commit is contained in:
aynakeya
2024-04-10 00:42:33 -07:00
parent 8d73a3c284
commit f926f15606
145 changed files with 2852 additions and 4296 deletions

10
gui/xfyne/window_other.go Normal file
View File

@@ -0,0 +1,10 @@
//go:build !darwin && !windows && !linux
// +build !darwin,!windows,!linux
package xfyne
import "fyne.io/fyne/v2"
func GetWindowHandle(window fyne.Window) uintptr {
return 0
}