efl/src/lib/elementary/efl_ui_stack.eo

11 lines
275 B
Plaintext

class @beta 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.
]]
implements {
Efl.Object.constructor;
}
}