| 91 | } |
| 92 | |
| 93 | type WidgetBase struct { |
| 94 | WindowBase |
| 95 | geometry Geometry |
| 96 | parent Container |
| 97 | toolTipTextProperty Property |
| 98 | toolTipTextChangedPublisher EventPublisher |
| 99 | graphicsEffects *WidgetGraphicsEffectList |
| 100 | alignment Alignment2D |
| 101 | alwaysConsumeSpace bool |
| 102 | } |
| 103 | |
| 104 | // InitWidget initializes a Widget. |
| 105 | func InitWidget(widget Widget, parent Window, className string, style, exStyle uint32) error { |
nothing calls this directly
no outgoing calls
no test coverage detected