Fix tuple
This commit is contained in:
@@ -18,7 +18,7 @@ inherit
|
|||||||
|
|
||||||
feature -- Update event
|
feature -- Update event
|
||||||
|
|
||||||
set_on_update_page_agent (f: PROCEDURE [ANY, TUPLE []])
|
set_on_update_page_agent (f: PROCEDURE [ANY, TUPLE])
|
||||||
do
|
do
|
||||||
on_update_page_agent := f
|
on_update_page_agent := f
|
||||||
end
|
end
|
||||||
@@ -33,7 +33,7 @@ feature -- Update event
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
on_update_page_agent: detachable PROCEDURE [ANY, TUPLE []]
|
on_update_page_agent: detachable PROCEDURE [ANY, TUPLE]
|
||||||
|
|
||||||
feature --States
|
feature --States
|
||||||
|
|
||||||
|
|||||||
@@ -84,6 +84,6 @@ feature
|
|||||||
|
|
||||||
type: STRING
|
type: STRING
|
||||||
|
|
||||||
change_event: detachable PROCEDURE [ANY, TUPLE []]
|
change_event: detachable PROCEDURE [ANY, TUPLE]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -76,6 +76,6 @@ feature
|
|||||||
|
|
||||||
text: STRING
|
text: STRING
|
||||||
|
|
||||||
click_event: detachable PROCEDURE [ANY, TUPLE []]
|
click_event: detachable PROCEDURE [ANY, TUPLE]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user