(font *Font)
| 236 | } |
| 237 | |
| 238 | func (wb *WidgetBase) applyFont(font *Font) { |
| 239 | wb.WindowBase.applyFont(font) |
| 240 | |
| 241 | wb.RequestLayout() |
| 242 | } |
| 243 | |
| 244 | // Alignment return the alignment ot the *WidgetBase. |
| 245 | func (wb *WidgetBase) Alignment() Alignment2D { |
nothing calls this directly
no test coverage detected