Table of Contents

Efl.Ui.Popup.position

Description

The 2D position of a canvas object.

The position is absolute, in pixels, relative to the top-left corner of the window, within its border decorations (application space).

Since 1.22

Values

Getter

Retrieves the position of the given canvas object.

Since 1.22

Setter

Moves the given canvas object to the given location inside its canvas' viewport. If unchanged this call may be entirely skipped, but if changed this will trigger move events, as well as potential pointer,in or pointer,out events.

Since 1.22

Overridden from Efl.Gfx.Entity.position (set).

Signature

@property position @pure_virtual {
    get {}
    set {}
    values {
        pos: Eina.Position2D;
    }
}

C signature

Eina_Position2D efl_gfx_entity_position_get(const Eo *obj);
void efl_gfx_entity_position_set(Eo *obj, Eina_Position2D pos);

Implemented by