/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

  1. class EXPANDER_DEMO
  2. insert GTK
  3. creation make
  4. feature
  5. make is
  6. do
  7. gtk.initialize
  8. create window.make
  9. window.show_all
  10. gtk.run_main_loop
  11. end
  12. window: MY_WINDOW
  13. end