19928/jj_vitp/Interface/widgets/land_widget.e

27 lines
393 B
Plaintext
Raw Normal View History

2024-06-17 07:09:33 +00:00
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