module IupLib

Binding to the libiup shared library. This module can be used to access features not available in Iup.

As an example of using the library:

require 'iup-ffi-plain'

IupLib.IupOpen(0, nil)
IupLib.IupMessage("IupMessage Example", "Press the button")
IupLib.IupClose

For reference, the following functions are bound: