()
| 78 | } |
| 79 | |
| 80 | func (tb *ToolBar) Dispose() { |
| 81 | tb.WidgetBase.Dispose() |
| 82 | |
| 83 | tb.actions.Clear() |
| 84 | |
| 85 | if tb.imageList != nil { |
| 86 | tb.imageList.Dispose() |
| 87 | tb.imageList = nil |
| 88 | } |
| 89 | } |
| 90 | |
| 91 | func (tb *ToolBar) applyFont(font *Font) { |
| 92 | tb.WidgetBase.applyFont(font) |