PreviousUpNext

15.4.879  src/lib/src/gtk-via-pipe.pkg

# gtk-via-pipe.pkg
#
# This file implements the Mythryl side
# of the Mythryl <-> C interface
# layer for the Mythryl Gtk-in-subprocess
# Gtk binding.  The C side is implemented by
#
#     src/c/gtk/mythryl-gtk-slave.c
#
# Our alternative Gtk-in-main-process implementation is in
#
#     src/lib/src/gtk.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_via_pipe
    =
    gtk_g(                                      # gtk_g                 is from   src/lib/src/gtk-g.pkg
        gtk_via_pipe_driver                     # gtk_via_pipe_driver   is from   src/lib/src/gtk-via-pipe-driver.pkg
    );


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext