|
Description |
Flags parameter for remark maps |
|
Syntax |
int rmk_flags; |
|
Remarks |
The rmk_flags variable is used in the map_remark() function. Its default value is REMARK. All the library functions display remark maps using this function rather than map_draw(mapnr,REMARK). The possible values that can be used are a combination of the following together with REMARK. |
|
Value |
Meaning |
|
BOTTOM |
Place map at bottom of screen. Under Windows, maps displayed with this flag are always positioned at the bottom of the window whether it is sized or scrolled |
|
NO_SCROLL_OFF |
Do not scroll off the screen |
|
RETAIN |
Place as if it were a datamap |
|
IN_BOX |
Draw box around map |
|
POP_UP_WINDOW |
Place as if it were a popup map. Under Windows any map displayed with this flag is independently movable. Free maps acquire this flag automatically if displayed with the map_remark() function as long as RETAIN or BOTTOM are not specified. Attached maps only have this flag if it is passed explicitly |
|
You can also position where the map is placed by using the map_new_position() function. |