main Module

Synopsis

Racket (require iup)
CHICKEN (require-extension iup)
This module re-exports most bindings from the [./base.wiki|base], [./controls.wiki|controls] and [./dialogs.wiki|dialogs] modules. Additional features can be imported from the [./glcanvas.wiki|glcanvas], [./plot.wiki|plot], [./mglplot.wiki|mglplot], [./pplot.wiki|pplot], [./scintilla.wiki|scintilla] and [./web.wiki|web] modules. Instead of using this module directly you may instead require the [./dynamic.wiki|dynamic] module to access the GUI library bindings at runtime iff the library is available.

Host Specifics

Under both Racket and CHICKEN, the foreign types and conversion procedures defined in [./base.wiki|base] are not re-exported. Since Racket provides its own version of send-url from net/url, the compatible procedure from [./base.wiki|base] is also not re-exported under Racket.