diff options
| author | Drahflow <drahflow@gmx.de> | 2015-05-08 17:48:00 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-05-08 17:48:00 +0200 |
| commit | fae79d03e244f16fae76213859221a2350ed0949 (patch) | |
| tree | eb4f5d8e8816288d91b76f4a8f3ea3ffe5e1f4e0 /examples/working-shared | |
| parent | e0198a181aa974b5f130016a7b4401813db25a0a (diff) | |
Now wrapping callback arguments
Diffstat (limited to 'examples/working-shared')
| -rw-r--r-- | examples/working-shared/gtk.ey | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/working-shared/gtk.ey b/examples/working-shared/gtk.ey index 08fc488..4e5b652 100644 --- a/examples/working-shared/gtk.ey +++ b/examples/working-shared/gtk.ey @@ -6,7 +6,7 @@ ffi .gtk "γ" via "org.gtk.example" 0 γapplication_new ==app -app "activate" { +app "activate" { dump dump app γapplication_window_new ==win win "Window" γwindow_set_title win 200 200 γwindow_set_default_size @@ -18,11 +18,11 @@ app "activate" { win grid γcontainer_add βHello World! - { "Hello World!" dump } <-clicked + { dump dump "Hello World!" dump } <-clicked grid -01 0 0 1 1 γgrid_attach βFinish - { win γwidget_destroy } <-clicked + { dump dump win γwidget_destroy } <-clicked grid -01 1 0 1 1 γgrid_attach γtext_view_new ==txt |
