From 1ad72d5276b1876bf218336a1ff47f086a0834c9 Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 24 Jun 2010 20:32:39 +0000 Subject: *** empty log message *** --- html/en/func/other.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/en/func/other.html') diff --git a/html/en/func/other.html b/html/en/func/other.html index d334508..5a14387 100644 --- a/html/en/func/other.html +++ b/html/en/func/other.html @@ -11,7 +11,7 @@

System

-
char* cdVersion(void); [in C]
+
char* cdVersion(void); [in C]
 
 cd.Version() -> (version: string) [in Lua]
@@ -24,15 +24,15 @@ cd.Version() -> (version: string) [in Lua]
functions added to the library; and the build version number represents one or more corrected bugs.

-
char* cdVersionDate(void); [in C]
+
char* cdVersionDate(void); [in C]
 
 cd.VersionDate() -> (versiondate: string) [in Lua]

Returns the release date of the current version of the library.

-
int cdVersionNumber(void); [in C]
+
int cdVersionNumber(void); [in C]
 
 cd.VersionNumber() -> (version: number) [in Lua]

Returns the current version number of the library.

-
[in C]
+
[in C]
 CD_NAME           "CD - Canvas Draw"
 CD_DESCRIPTION    "A 2D Graphics Library"
 CD_COPYRIGHT      "Copyright (C) 1994-2007 Tecgraf/PUC-Rio and PETROBRAS S/A"
@@ -50,10 +50,10 @@ cd._VERSION_NUMBER

Useful definitions. They have the same value returned by cdVersion* functions, except that they do not include the build number.

- +

Metafile Interpretation

-
int cdCanvasPlay(cdCanvas* canvas, cdContext* ctx, int xmin, int xmax, int ymin, int ymax, void *data); [in C]
+
int cdCanvasPlay(cdCanvas* canvas, cdContext* ctx, int xmin, int xmax, int ymin, int ymax, void *data); [in C]
 
 canvas:Play(ctx, xmin, xmax, ymin, ymax: number, data: string) -> (status: number) [in Lua]
@@ -90,7 +90,7 @@ canvas:Play(ctx, xmin, xmax, ymin, ymax: number, data: string) -> (status: nu is a cdCanvas* of the Picture canvas. -
int cdContextRegisterCallback(cdContext *ctx, int cb, int(*func)(cdCanvas* canvas, ...)); [in C]
+
int cdContextRegisterCallback(cdContext *ctx, int cb, int(*func)(cdCanvas* canvas, ...)); [in C]
 
 cd.ContextRegisterCallback(ctx, cb: number, func: function) -> (status: number) [in Lua]
@@ -114,7 +114,7 @@ cd.ContextRegisterCallback(ctx, cb: number, func: function) -> (status: numbe create the canvas inside the callback. It works as a  cdCanvasGetSize function.

- +
\ No newline at end of file -- cgit v1.2.3