Efl.Ui.Win.activate

Description

Activate a window object.

This function sends a request to the Window Manager to activate the window pointed by obj. If honored by the WM, the window will receive the keyboard focus.

This is just a request that a Window Manager may ignore, so calling this function does not ensure in any way that the window will be the active one afterwards.

Since 1.22

Signature

activate {}

C signature

void efl_ui_win_activate(Eo *obj);

Implemented by