formZ SDK | 4.0 Call Back Reference | Command

fz_fuim_icon_enum

Description

Defines the style of an icon. formZ supports 3 styles of icons. Recall that these are selectable by the user from the Icon Style menu in the Icons Customization dialog. The first two options (White and Gray) are generated from a black and white source graphic with different treatments at drawing time. The third option is generated from a color source graphic. The first two options are older icon styles wich are provided for backwards compatibility. The color icons became the default with v 4.0.

For each type of icon source, there are two possible sizes. The full size icon is the size that is used in the main tool palettes and tear off tool palettes. The black and white source full size is 30 x 30 pixels. The color source is 32 x 32 pixels. The alternate size is the smaller size used for window icons that are drawn in the lower margin of the window. These are only used for commands whose level is FZ_PROJ_LEVEL_MODEL_WIND or FZ_PROJ_LEVEL_DRAFT_WIND. The alternate size for both black and white and color sources is 20 x 16 pixels.

enum fz_fuim_icon_enum {

FZ_FUIM_ICON_MONOC_OBSOLETE,

FZ_FUIM_ICON_MONOC_ALT_OBSOLETE,

FZ_FUIM_ICON_COLOR,

FZ_FUIM_ICON_COLOR_ALT_OBSOLETE };

Members

FZ_FUIM_ICON_MONOC_OBSOLETE

Indicates a black and white full size icon (30x30 pixels) OBSOLETE

FZ_FUIM_ICON_MONOC_ALT_OBSOLETE

Indicates a black and white small size icon (20x16 pixels) OBSOLETE

FZ_FUIM_ICON_COLOR

Indicates a color full size icon (32x32 pixels)

FZ_FUIM_ICON_COLOR_ALT_OBSOLETE

Indicates a color small size icon (20x16 pixels) OBSOLETE

Availability

5.0.0.0

See Also

fz_cmnd_cbak_proj_icon_file_obsolete, , , , fz_tool_cbak_icon_file_obsolete,

Defined in

fz_fuim_api.h