Skip to content
Paul Moeller edited this page Oct 29, 2014 · 2 revisions

UI.ViewShortcuts

  • conceptually much more simple

  • just a function

  • a way that we generally share a bundle of widgets

  • older code uses them often

  • for new code, prefer creating Widgets to ViewShortcuts
    (we've got better test infrastructure for Widgets)

Examples

Clone this wiki locally