Efl.Ui.Focus.Manager.root

Description

Root node for all logical sub-trees.

This property can only be set once.

Since 1.22

Values

  • root - Object to register as the root of this manager object.

Signature

@property root @pure_virtual {
    get {}
    set {
        return: bool;
    }
    values {
        root: Efl.Ui.Focus.Object;
    }
}

C signature

Implemented by