First working callback

This commit is contained in:
YNH Webdev
2013-08-28 00:04:42 +02:00
parent ef34217a6d
commit cb7f1f0ee3
7 changed files with 191 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ feature
initialize_controls
do
button := create {WSF_BUTTON_CONTROL}.make ("sample_button", "I'm a button")
button.set_click_event(agent handle_click)
control := button
end