namespace en include GtkEngine.e constant flag = canonical_path("~/demos/resources/flags/flags-united_kingdom.png") set("image1","from pixbuf",create(GdkPixbuf,flag,-1,15,1)) export function hello(atom ctl, Label data) set(data,"markup","How do you do?") return 1 end function