(f func() error)
| 117 | } |
| 118 | |
| 119 | func (self *guiCommon) OnUIThread(f func() error) { |
| 120 | self.gui.onUIThread(f) |
| 121 | } |
| 122 | |
| 123 | func (self *guiCommon) OnUIThreadContentOnly(f func() error) { |
| 124 | self.gui.onUIThreadContentOnly(f) |
nothing calls this directly
no test coverage detected