Skip to content

VIEWMAP TEXTBOX DEFAULTS

Data Type : Navigators
VIEWMAP_TEXTBOX_DEFAULTS - Default settings for Navigator text boxes.

#include <vmods.h>

Definition :

typedef struct {
   VIEWMAP_HIGHLIGHT_DEFAULTS Highlight;
   WORD   LineColor;
   WORD   FillFGColor;
   WORD   FillBGColor;
   WORD   LineStyle;
   WORD   LineWidth;
   WORD   FillStyle;
   FONTID FontID;
} VIEWMAP_TEXTBOX_DEFAULTS;

Description :

The VIEWMAP_TEXTBOX_DEFAULTS structure contains default attributes for text boxes in the Navigator. This structure is a component of the VIEWMAP_STYLE_DEFAULTS structure, which in turn is stored in the VIEWMAP_DATASET_RECORD. The fields in this structure are:


      Highlight Default highlight settings.
      LineColor Default line color.
      FillFGColor Default fill color for foreground.
      FillBGColor Default fill color for background.
      LineStyle Default line style.
      LineWidth Default line width.
      FillStyle Default fill style.
      FontID Default Font ID for text.

See Also : VIEWMAP_HIGHLIGHT_DEFAULTS VIEWMAP_STYLE_DEFAULTS