Efl.Text_Annotate.annotation_is_item

Description

Whether this is an "item" type of annotation. Should be used before querying the annotation's geometry, as only "item" annotations have a geometry.

see Efl.Text_Annotate.cursor_item_insert see Efl.Text_Annotate.item_geometry_get

Signature

annotation_is_item @pure_virtual {
    params {
        @in annotation: ptr(Efl.Text_Annotate_Annotation);
    }
    return: bool;
}

C signature

Eina_Bool efl_text_annotation_is_item(Eo *obj, Efl_Text_Annotate_Annotation *annotation);

Parameters

  • annotation (in) - Given annotation

Implemented by