Module: Dylan-User Synopsis: Declarations translated from GDK 2.0 header files. Copyright: Copyright (C) 2005 Daniel Brockman define library GDK-2 use Functional-Dylan; use dylan, import { machine-word-lowlevel }; use C-FFI; use GLib-2, export: { C-FFI-Utilities }; use GObject-2; use Pango; use GDK-Pixbuf-2; export GDK-2; end library GDK-2; define module GDK-2 use Functional-Dylan; use machine-word-lowlevel; use C-FFI; use GLib-2; use GObject-2; use GDK-Pixbuf-2; use Pango; // Names from special.dylan: export gdk-window-invalidate-maybe-recurse; export gdk-window-get-pointer; export , , ; export ; @EXPORTS@ end module GDK-2;