Efl.Ui.Win.hint_base

Description

Base 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.

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

See also Efl.Ui.Win.hint_step.

Since 1.22

Values

  • sz - Base size (hint) in pixels.

Signature

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

C signature

Implemented by