PreviousUpNext

15.4.880  src/lib/src/gtk.pkg

# gtk.pkg
#
# This file implements the Mythryl side
# of the Mythryl <-> C interface
# layer for the Mythryl Gtk-in-main-process
# Gtk binding.  The C side is implemented by
#
#     src/c/lib/gtk/gtk-driver.c
#
# Our alternative Gtk-in-subprocess implementation is in
#
#     src/lib/src/gtk-via-pipe.pkg
#
# A higher-level easier-to-use wrapper of us is implemented in:
#
#     src/lib/src/easy-gtk.pkg

# Compiled by:
#     src/lib/std/standard.lib






package gtk
    :   Gtk                             # Gtk           is from   src/lib/src/gtk.api
    =
    gtk_g(                              # gtk_g         is from   src/lib/src/gtk-g.pkg
        gtk_driver                      # gtk_driver    is from   src/lib/src/gtk-driver.pkg
    );


## Code by Jeff Prothero: Copyright (c) 2010-2012,
## released under Gnu Public Licence version 3.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext