From eef7ae01a9757f5e4a0693d539ee1fac5b09e756 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 13 Oct 2010 19:19:03 +0000 Subject: *** empty log message *** --- html/en/drv/iup.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'html/en/drv/iup.html') diff --git a/html/en/drv/iup.html b/html/en/drv/iup.html index b2644e0..2d7dda6 100644 --- a/html/en/drv/iup.html +++ b/html/en/drv/iup.html @@ -36,18 +36,22 @@ IUP distribution.

In Lua, it is necessary to call function cdluaiup_open() after a call to function cdlua_open(), apart from linking with the "iupluacd" - library. To use with require must be require"iupluacd" or require"iupluacd51".

-

To use this driver in Windows using GDI+ is necessary to call - - cdUseContextPlus(1) - before creating the canvas.

+ library. This is not necessary if you do require"iupluacd".

Behavior of Functions

-

This driver is greatly platform-dependent, but little dependent on the IUP library. For further detail, see the - Behavior of Functions in each platform: Microsoft Windows (GDI), - Windows Using GDI+, X-Windows (XLIB). However, it should be noted that some functions - behave differently from the basic functions of each platform.

+

This driver is very platform-dependent, although little dependent on the IUP library.

+ +

For further detail, see the + Behavior of Functions in each base driver: GDI, + GDK and X-Win. To use this driver + with a context plus base driver is necessary to call + + cdUseContextPlus(1) + before creating the canvas, see the GDI+Cairo +and XRender base drivers.

+

However, it should be noted that some functions behave differently from the +basic functions of each platform.

Control