/src/wrappers/gtk/examples/expander/expander_demo.e
http://github.com/tybor/Liberty · Specman e · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · 1bed3676bf7ec54dcadfc75ea344733a MD5 · raw file
- class EXPANDER_DEMO
- insert GTK
- creation make
- feature
- make is
- do
- gtk.initialize
- create window.make
- window.show_all
- gtk.run_main_loop
- end
- window: MY_WINDOW
- end