Efl.Ui.Layout_Base.theme_rotation_apply

Description

Apply a new rotation value to this object.

Since 1.22

Signature

theme_rotation_apply @beta {
    params {
        @in orientation: int;
    }
}

C signature

void efl_ui_layout_theme_rotation_apply(Eo *obj, int orientation);

Parameters

  • orientation (in) - The new rotation angle, in degrees.

Implemented by