added eugtk examples

This commit is contained in:
2016-11-25 00:33:18 -07:00
parent 87a821e3da
commit c0b98b619e
877 changed files with 96872 additions and 0 deletions

13
eugtk/examples/glade/fr.e Normal file
View File

@@ -0,0 +1,13 @@
namespace fr
include GtkEngine.e
constant flag = canonical_path("~/demos/resources/flags/flags-france.png")
set("image3","from pixbuf",create(GdkPixbuf,flag,-1,15,1))
export function hello(atom ctl, Label data)
set(data,"markup","Bonjour!")
return 1
end function