Fyne API "driver.X11WindowContext"

driver.X11WindowContext


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

Usage

type X11WindowContext

type X11WindowContext struct {
	// WindowHandle is the window handle for the native X11 window.
	WindowHandle uintptr
}

X11WindowContext is passed to the NativeWindow.RunNative callback when it is executed on a device with the X11 windowing system.

Since: 2.5