efl/src/lib/elementary/efl_ui_stack.eo

12 lines
286 B
Plaintext

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;
}
}