elk/examples/gtk/hello-world.scm

7 lines
79 B
Scheme
Raw Normal View History

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