()
| 19 | const webViewWindowClass = `\o/ Walk_WebView_Class \o/` |
| 20 | |
| 21 | func init() { |
| 22 | AppendToWalkInit(func() { |
| 23 | MustRegisterWindowClass(webViewWindowClass) |
| 24 | }) |
| 25 | } |
| 26 | |
| 27 | type WebView struct { |
| 28 | WidgetBase |
nothing calls this directly
no test coverage detected
searching dependent graphs…