19928/jj_vitp/Interface/widgets/land_widget.e
Jocelyn Fiat 6dde6425c2 init
2024-06-17 09:09:33 +02:00

27 lines
393 B
Plaintext

note
description: "[
A {LOCATION_WIDGET} used specifically for building land areas
that are not ports, such as Asia and Kamchatka.
]"
author: "Jimmy J. Johnson"
class
LAND_WIDGET
inherit
LOCATION_WIDGET
redefine
target_imp
end
create
default_create
feature {NONE} -- Implementation
target_imp: detachable LAND
-- Anchor for the `target' represented by Current
end