export ProcessResized for workaround #346
Annotations
10 errors
test/canvas.go#L66
cannot use c (variable of type *canvas) as fyne.Canvas value in struct literal: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
|
test/canvas.go#L67
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
|
test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
|
test/canvas.go#L76
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
|
test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
|
test/canvas.go#L87
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
|
test/canvas.go#L93
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
|
test/canvas.go#L100
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to c.painter.Paint: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
|
test/driver.go#L58
impossible type assertion: c.(*canvas)
|
test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
|
This job failed
Loading