aboutsummaryrefslogtreecommitdiff
path: root/generic/Item.h
diff options
context:
space:
mode:
authorlecoanet2002-09-02 12:26:06 +0000
committerlecoanet2002-09-02 12:26:06 +0000
commit38519003e425b85df353f723f3073b5a1babcd1e (patch)
tree3a131d610b57463d8dfca8718e2ca4e445ccda37 /generic/Item.h
parent3ad99990074951564b3de53e0401514d15147ba2 (diff)
downloadtkzinc-38519003e425b85df353f723f3073b5a1babcd1e.zip
tkzinc-38519003e425b85df353f723f3073b5a1babcd1e.tar.gz
tkzinc-38519003e425b85df353f723f3073b5a1babcd1e.tar.bz2
tkzinc-38519003e425b85df353f723f3073b5a1babcd1e.tar.xz
* ItemContourMetohd retourne un int contenant le nombre
de contours apr�s la commande.
Diffstat (limited to 'generic/Item.h')
-rw-r--r--generic/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Item.h b/generic/Item.h
index 8fb19e7..f30e1a3 100644
--- a/generic/Item.h
+++ b/generic/Item.h
@@ -146,7 +146,7 @@ typedef int (*ItemToAreaMethod)(Item item, ZnToArea ta);
typedef double (*ItemPickMethod)(Item item, ZnPick ps);
typedef ZnBool (*ItemIsSensitiveMethod)(Item item, int part);
typedef struct _FieldSetStruct* (*ItemGetFieldSetMethod)(Item item);
-typedef void (*ItemContourMethod)(Item item, int cmd, ZnPoly *poly);
+typedef int (*ItemContourMethod)(Item item, int cmd, ZnPoly *poly);
typedef void (*ItemPickVertexMethod)(Item item, ZnPoint *p, int *contour,
int *vertex, int *o_vertex);
typedef void (*ItemGetAnchorMethod)(Item item, ZnAnchor anchor, ZnPoint *p);