This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
elk
Watch
4
Star
0
Fork
You've already forked elk
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
79bfa12850
elk
/
examples
/
gtk
/
hello-world.scm
7 lines
79 B
Scheme
Raw
Normal View
History
Unescape
Escape
Add hello-world.scm for testing GTK+ and GLib wrappers.
2012-11-24 01:20:44 -05:00
;;; -*-Scheme-*-
(
require
'gtk
.
la
)
Add wrappers for gtk_init() and gtk_main().
2012-11-24 03:35:58 -05:00
(
gtk-init
(
command-line-args
)
)
(
gtk-main
)