@@ -0,0 +1,13 @@
package main
import "github.com/lxn/walk"
type (
Canvas struct {
*walk.Canvas
}
)
func NewCanvas() *Canvas {
return new(Canvas)
The note is not visible to the blocked user.