elk/examples/gtk/hello-world.scm

7 lines
79 B
Scheme

;;; -*-Scheme-*-
(require 'gtk.la)
(gtk-init (command-line-args))
(gtk-main)