Function Index Class Index

Set_Window_XXX


Functions

HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Color (HIC_Rendition const *nr, long internal)
HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Contrast_Color (HIC_Rendition const *nr, long internal)
HC_EXTERNAL HIC_API void HIC_Set_User_Window_Pattern (HIC_Rendition const *nr, HIC_User_Face_Pattern const *upat)
HC_EXTERNAL HIC_API void HIC_Set_Window_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
HC_EXTERNAL HIC_API void HIC_Set_Window_Contrast_Color (HIC_Rendition const *nr, HIC_RGB const *rgb)
HC_EXTERNAL HIC_API void HIC_Set_Window_Pattern (HIC_Rendition const *nr, int npattern)

Function Documentation

HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Color ( HIC_Rendition const *  nr,
long  internal 
)

Parameters:
nr A pointer to a const HIC_Rendition.
internal A list of RGBA values.
This function sets the internal window color attribute.

HC_EXTERNAL HIC_API void HIC_Set_Internal_Window_Contrast_Color ( HIC_Rendition const *  nr,
long  internal 
)

Parameters:
nr A pointer to a const HIC_Rendition.
internal A list of RGBA values.
This function sets the internal window contrast color.

HC_EXTERNAL HIC_API void HIC_Set_User_Window_Pattern ( HIC_Rendition const *  nr,
HIC_User_Face_Pattern const *  upat 
)

Parameters:
nr A pointer to a const HIC_Rendition.
upat A pointer to a const HIC_User_Face_Pattern.
This function applies a user pattern to the window background.

HC_EXTERNAL HIC_API void HIC_Set_Window_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)

Parameters:
nr A pointer to a const HIC_Rendition.
rgb A pointer to a HIC_RGB, a structure of three floats, each between zero and one.
This function sets the window color attributes.

HC_EXTERNAL HIC_API void HIC_Set_Window_Contrast_Color ( HIC_Rendition const *  nr,
HIC_RGB const *  rgb 
)

Parameters:
nr A pointer to a const HIC_Rendition.
rgb A pointer to a const HIC_RGB structure of three floats, each between zero and one.
This function sets the window contrast color.

HC_EXTERNAL HIC_API void HIC_Set_Window_Pattern ( HIC_Rendition const *  nr,
int  npattern 
)

Parameters:
nr A pointer to a const HIC_Rendition.
npattern An int.
This function sets the window pattern attribute.