1. 08 Aug, 2015 1 commit
  2. 07 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add a MimicOverlay widget · 5aafa65f
      Adam Barth authored
      This widget lets you mimic one of its children in an overlay. The overlay
      starts out as the same size of the child and then grows to fill the overlay. In
      the future, the mimic will start at the same visual position as the child.
      5aafa65f
  3. 06 Aug, 2015 1 commit
    • Adam Barth's avatar
      Add widgets for reparenting widgets · 9bed37b5
      Adam Barth authored
      Wrap widgets you want to reparent in a Mimicable widget and assign the
      Mimicable widget a global key. Then, given the same global key to a Mimic
      widget to make it appear elsewhere in the view hierarchy.
      9bed37b5