Skip to content

VIEWMAP BUTTON DEFAULTS

Data Type : Navigators
VIEWMAP_BUTTON_DEFAULTS - Default settings for Navigator buttons.

#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_BUTTON_DEFAULTS;

Description :

The VIEWMAP_BUTTON_DEFAULTSstructure contains default attributes for buttons 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 button text.

See Also : VIEWMAP_STYLE_DEFAULTS VIEWMAP_HIGHLIGHT_DEFAULTS