aboutsummaryrefslogtreecommitdiff
path: root/src/form.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/form.cc')
-rw-r--r--src/form.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/form.cc b/src/form.cc
index f170cbef..c181d674 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -95,4 +95,9 @@ void Form::clicked (ButtonResource *resource, int buttonNo)
a_Html_form_event_handler(ext_data, this, (Resource*)resource);
}
+void Form::activate (Resource *resource)
+{
+ a_Html_form_event_handler(ext_data, this, (Resource*)resource);
+}
+
} // namespace form