summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_stack.eo
blob: c60dffc37e8d37b53ea2628e9b215eee6acf029e (plain)
1
2
3
4
5
6
7
8
9
10
11
class Efl.Ui.Stack extends Efl.Ui.Spotlight.Container
{
   [[A spotlight with predefined @Efl.Ui.Spotlight.Container.spotlight_manager

     The container will alpha-blend the new content over the old content.
     @since 1.24
   ]]
   implements {
      Efl.Object.constructor;
   }
}