GTK-Module

Programs that make use of GAIL (the accessibility implementation library for GTK widgets) are written as GTK modules. GTK modules are loaded into the program space if the GTK_MODULES environment variable specifies the module library name(s). If there are multiple module libraries, separate them with colons. For example:

setenv GTK_MODULES "libgail:libtestprops"

Alle GTK-Module haben eine gtk_module_init()-Funktion.