Fyne API "driver.MacWindowContext"

driver.MacWindowContext


import "fyne.io/fyne/v2/driver"

Usage

type MacWindowContext

type MacWindowContext struct {
	// NSWindow is the window handle for the native window.
	NSWindow uintptr
}

MacWindowContext is passed to the NativeWindow.RunNative callback when it is executed on a macOS device.

Since: 2.5