6 lines
134 B
Text
6 lines
134 B
Text
include GtkEngine.e
|
|
|
|
constant win = create(GtkWindow,"title=EuGTK Window;size=640x480;border=10;$destroy=Quit")
|
|
|
|
show_all(win)
|
|
main()
|