A "fall through" comment is most portable way to indicate "no break, fallthru" cases. * __attribute__ ((fallthrough)) // is not portable * [[fallthrough]]; // is C++17
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.