Efl.Ui.Win.borderless

Description

The borderless state of a window.

This function requests the Window Manager not to draw any decoration around the window.

Since 1.22

Values

  • borderless - If true, the window is borderless.

Signature

@property borderless @beta {
    get {}
    set {}
    values {
        borderless: bool;
    }
}

C signature

Eina_Bool efl_ui_win_borderless_get(const Eo *obj);
void efl_ui_win_borderless_set(Eo *obj, Eina_Bool borderless);

Implemented by