()
| 15 | const customWidgetWindowClass = `\o/ Walk_CustomWidget_Class \o/` |
| 16 | |
| 17 | func init() { |
| 18 | AppendToWalkInit(func() { |
| 19 | MustRegisterWindowClass(customWidgetWindowClass) |
| 20 | }) |
| 21 | } |
| 22 | |
| 23 | // PaintFunc paints custom widget content. updateBounds is specified in 1/96" or native pixels. |
| 24 | type PaintFunc func(canvas *Canvas, updateBounds Rectangle) error |
nothing calls this directly
no test coverage detected
searching dependent graphs…