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

View File

@@ -0,0 +1,23 @@
--# Glade version of test157.ex
with define BUILDER -- for demo purposes
include GtkEngine.e
add(builder,"~/demos/glade/test157.glade")
constant cssfile = canonical_path("~/demos/resources/mystyle2.css")
constant css = create(GtkCssProvider,cssfile)
-- show css on terminal for demo purposes, if run from term
display(read_file(cssfile))
-- can't specify multiple fonts in Glade ?, so do it here
set("label2","font","Purisa, Birdland Aeroplane bold 48")
main()