| 25 | } |
| 26 | |
| 27 | type static struct { |
| 28 | WidgetBase |
| 29 | hwndStatic win.HWND |
| 30 | origStaticWndProcPtr uintptr |
| 31 | textAlignment Alignment2D |
| 32 | textColor Color |
| 33 | } |
| 34 | |
| 35 | func (s *static) init(widget Widget, parent Container, style uint32) error { |
| 36 | if err := InitWidget( |
nothing calls this directly
no outgoing calls
no test coverage detected