CreateLayoutItem creates and returns a new LayoutItem specific to the concrete Widget type, that carries all data and logic required to layout the Widget.
(ctx *LayoutContext)
| 54 | // concrete Widget type, that carries all data and logic required to layout |
| 55 | // the Widget. |
| 56 | CreateLayoutItem(ctx *LayoutContext) LayoutItem |
| 57 | |
| 58 | // GraphicsEffects returns a list of WidgetGraphicsEffects that are applied to the Widget. |
| 59 | GraphicsEffects() *WidgetGraphicsEffectList |
no outgoing calls
no test coverage detected