Efl.Ui.Win.hint_step

Description

Step size for objects with sizing restrictions.

This is not a size enforcement in any way, it's just a hint that should be used whenever appropriate.

Set this to for an object to scale up by steps and not continuously.

Efl.Ui.Win.hint_base + N x Efl.Ui.Win.hint_step is what is calculated for object sizing restrictions.

Since 1.22

Values

  • sz - Step size (hint) in pixels.

Signature

@property hint_step {
    get {}
    set {}
    values {
        sz: Eina.Size2D;
    }
}

C signature

Implemented by