diff options
Diffstat (limited to 'html/en/drv/iup.html')
-rw-r--r-- | html/en/drv/iup.html | 22 |
1 files changed, 13 insertions, 9 deletions
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. </p> <p>In Lua, it is necessary to call function <strong><font face="Courier">cdluaiup_open() </font></strong>after a call to function <strong><font face="Courier">cdlua_open()</font></strong>, apart from linking with the "<strong><font face="Courier">iupluacd</font></strong>" - library. To use with require must be require"iupluacd" or require"iupluacd51".</p> - <p>To use this driver in Windows using GDI+ is necessary to call - <font face="Courier"><strong> - cdUseContextPlus</strong></font><strong><font face="Courier">(1)</font></strong> - before creating the canvas.</p> + library. This is not necessary if you do require"iupluacd".</p> <h3>Behavior of Functions</h3> - <p>This driver is greatly platform-dependent, but little dependent on the IUP library. For further detail, see the <b> - Behavior of Functions</b> in each platform: <a href="win32.html">Microsoft Windows (GDI)</a>, <a href="gdiplus.html"> - Windows Using GDI+</a>, <a href="xwin.html">X-Windows (XLIB)</a>. However, it should be noted that some functions - behave differently from the basic functions of each platform.</p> + <p>This driver is very platform-dependent, although little dependent on the IUP library.</p> + + <p>For further detail, see the <b> + Behavior of Functions</b> in each base driver: <a href="win32.html">GDI</a>, + <a href="gdk.html">GDK</a> and <a href="xwin.html">X-Win</a>. To use this driver + with a context plus base driver is necessary to call + <font face="Courier"><strong> + cdUseContextPlus</strong></font><strong><font face="Courier">(1)</font></strong> + before creating the canvas, see the <a href="../drv/gdiplus.html">GDI+</a>, <a href="../drv/cairo.html">Cairo</a> +and <a href="../drv/xrender.html">XRender</a> base drivers.</p> +<p>However, it should be noted that some functions behave differently from the +basic functions of each platform.</p> <h4>Control </h4> <ul> |