15 lines
275 B
Plaintext
15 lines
275 B
Plaintext
namespace ca
|
|
|
|
include GtkEngine.e
|
|
|
|
constant flag = canonical_path("~/demos/resources/flags/flags-canada.png")
|
|
set("image5","from pixbuf",create(GdkPixbuf,flag,-1,15,1))
|
|
|
|
export function hello(atom ctl, atom data)
|
|
set(data,"markup","Nice day, eh?")
|
|
return 1
|
|
end function
|
|
|
|
|
|
|