dev_map_prog
— Make the main window of HDevelop visible.
dev_map_prog
is obsolete and is only provided for
reasons of backward compatibility. New applications should use
dev_open_tool
with ToolType
set to
'program_window'
instead.
dev_map_prog( : : : )
dev_map_prog
is used to re-show (map) the main window
of HDevelop after it has been hidden (unmapped) by dev_unmap_prog
.
This operator is not supported for code export.
Depending on the operating system or the window manager
the execution of dev_map_prog
will result only in
a visible icon of the window. In this case it has to be opened
by the user with mouse interaction.
dev_map_prog
always returns TRUE.
Foundation