/src/wrappers/gtk/examples/entries/entries_demo.e
Specman e | 15 lines | 13 code | 2 blank | 0 comment | 0 complexity | dbc67c11d79557c62474a29bda26a296 MD5 | raw file
1class ENTRIES_DEMO 2insert GTK 3creation make 4feature 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: ENTRIES_WINDOW 13end 14 15