data_flags

Description

Flags used for map_datamap()

Syntax

int data_flags;

Remarks

The data_flags variable is used in the map_datamap() function. Its initial value is RETAIN. Library functions always display all data maps using this function rather than map_draw(mapnr,RETAIN);

The possible values that can be used are a combination of the following together with DATAMAP.

Value

Meaning

NO_SCROLL_OFF

Don't Scroll off the screen

RETAIN

Place as if it were a datamap

IN_BOX

Draw box around map

You can also control where the map is placed by using the map_new_position() function.