marshalling can be done at compile-time

This commit is contained in:
Araq
2015-04-25 20:23:09 +02:00
parent 6725aa3634
commit d3fc6e1f28
8 changed files with 404 additions and 51 deletions

View File

@@ -1,17 +0,0 @@
# Test the dialogs module
import dialogs, gtk2
gtk2.nimrod_init()
var x = chooseFilesToOpen(nil)
for a in items(x):
writeln(stdout, a)
info(nil, "start with an info box")
warning(nil, "now a warning ...")
error(nil, "... and an error!")
writeln(stdout, chooseFileToOpen(nil))
writeln(stdout, chooseFileToSave(nil))
writeln(stdout, chooseDir(nil))