Efl.Ui.Spotlight.Manager.bind

Description

This method is called the first time an Efl.Ui.Spotlight.Manager is assigned to an Efl.Ui.Spotlight.Container, binding them together. The manager can read the current content of the container, subscribe to events, or do any initialization it requires.

Signature

bind @pure_virtual {
    params {
        @in spotlight: Efl.Ui.Spotlight.Container;
        @in group: Efl.Canvas.Group;
    }
}

C signature

void efl_ui_spotlight_manager_bind(Eo *obj, Efl_Ui_Spotlight_Container *spotlight, Efl_Canvas_Group *group);

Parameters

Implemented by