/tutorial/plugin/mini_gtk/example.e
http://github.com/tybor/Liberty · Specman e · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · f4744f13ee6b009f023bedc6faaec9c0 MD5 · raw file
- class EXAMPLE
- insert
- GTK
- create {ANY}
- make
- feature {}
- make
- local
- w: GTK_WINDOW
- do
- create w.make
- w.signal_connect("destroy", agent gtk_main_quit)
- w.show
- gtk_main
- end
- end -- class EXAMPLE