Table of Contents

Efl.Ui.Table.size

Description

The 2D size of a canvas object.

Since 1.22

Values

Getter

Retrieves the (rectangular) size of the given Evas object.

Since 1.22

Setter

Changes the size of the given object.

Note that setting the actual size of an object might be the job of its container, so this function might have no effect. Look at Efl.Gfx.Hint instead, when manipulating widgets.

Since 1.22

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

Signature

@property size @pure_virtual {
    get {}
    set {}
    values {
        size: Eina.Size2D;
    }
}

C signature

Eina_Size2D efl_gfx_entity_size_get(const Eo *obj);
void efl_gfx_entity_size_set(Eo *obj, Eina_Size2D size);

Implemented by