added eugtk examples
This commit is contained in:
14
eugtk/examples/glade/es.e
Normal file
14
eugtk/examples/glade/es.e
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace es
|
||||
|
||||
include GtkEngine.e
|
||||
|
||||
constant flag = canonical_path("~/demos/resources/flags/flags-spain.png")
|
||||
set("image2","from pixbuf",create(GdkPixbuf,flag,-1,15,1))
|
||||
|
||||
export function hello(atom ctl, Label data)
|
||||
set(data,"markup","Hola!")
|
||||
return 1
|
||||
end function
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user