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,13 @@
--# GtkScale - compare with demos/test142.ex
include GtkEngine.e
add(builder,"~/demos/glade/test142.glade")
for i = 0 to 100 by 10 do -- how to do this in Glade?
set("scale1","add mark",i,GTK_POS_BOTTOM,sprintf("<small>%d</small>",i))
end for
main()