Home
last modified time | relevance | path

Searched refs:PROP_TYPE_BEZPOINTARRAY (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/dia/dia-0.97.3/lib/
H A Dbezier_conn.h78 { "bez_points", PROP_TYPE_BEZPOINTARRAY, 0, "bezierconn points", NULL} \
82 { "bez_points", PROP_TYPE_BEZPOINTARRAY, \
H A Dbeziershape.h78 { "bez_points", PROP_TYPE_BEZPOINTARRAY, 0, "beziershape points", NULL} \
82 { "bez_points", PROP_TYPE_BEZPOINTARRAY, \
H A Dproperties.h169 #define PROP_TYPE_BEZPOINTARRAY "bezpointarray" /* BezPointarrayProperty */ macro
H A Dprop_geomtypes.c934 prop_type_register(PROP_TYPE_BEZPOINTARRAY,&bezpointarrayprop_ops); in prop_geomtypes_register()
/dports/graphics/dia/dia-0.97.3/bindings/
H A Ddia-properties.cpp395 else if (strcmp (p->type, PROP_TYPE_BEZPOINTARRAY) == 0) { in setitem()
/dports/graphics/dia/dia-0.97.3/plug-ins/python/
H A Dpydia-property.c555 { PROP_TYPE_BEZPOINTARRAY, PyDia_get_BezPointArray, PyDia_set_BezPointArray },