Efl.Ui.Widget_Part_Shadow.filter_padding

Values

  • l - Padding on the left
  • r - Padding on the right
  • t - Padding on the top
  • b - Padding on the bottom


Overridden from Efl.Gfx.Filter.filter_padding (get).

Signature

@property filter_padding @pure_virtual {
    get {}
    values {
        l: int;
        r: int;
        t: int;
        b: int;
    }
}

C signature

void efl_gfx_filter_padding_get(const Eo *obj, int *l, int *r, int *t, int *b);

Implemented by