Home
last modified time | relevance | path

Searched refs:enum_text_anchor (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle-enums.h524 static SPStyleEnum const enum_text_anchor[] = { variable
H A Dstyle-internal.cpp740 template <> SPStyleEnum const *get_enums<SPTextAnchor>() { return enum_text_anchor; } in get_enums()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dstyledialog.cpp1287 _setAutocompletion(entry, enum_text_anchor); in _startValueEdit()