IUP

Documentation
Login

dynamic Module

Synopsis

Racket

(require iup/dynamic)
CHICKEN (require-extension iup-dynamic)

Allows access to the GUI library bindings at runtime iff the library is available.

Procedures

(iup-available?) → boolean?

Checks whether the IUP library can be loaded. Returns the version of the IUP library in case of success, #f otherwise.

(iup-dynamic-require [sym symbol?]) → any/c

Obtains the binding of a symbol in the main module dynamically or signals an error if the binding is unavailable.