Area returns the area of the widget.
()
| 76 | |
| 77 | // Area returns the area of the widget. |
| 78 | func (m *MockMeta) Area() image.Rectangle { |
| 79 | return m.area |
| 80 | } |
| 81 | |
| 82 | // TestNew tests the initialization of the Treeview widget. |
| 83 | func TestNew(t *testing.T) { |
no outgoing calls
no test coverage detected