cogentcore / core

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.31k stars 71 forks source link

Remove methods from core.Widget interface that are not overridden #976

Closed kkoreilly closed 2 weeks ago

kkoreilly commented 2 weeks ago

Under the same logic as #975, this PR removes unnecessary methods from the core.Widget interface that are not overridden by higher-level types, thereby simplifying the codebase and reducing unnecessary repetition.