UF_OBJ_disp_props_s (view source)
 
Defined in: uf_obj_types.h
 
Also known as:
 
Overview
Display properties of the object


Data Members

layer
int
the layer an object resides on

color
int
the color an object possesses

blank_status
int
the blank status of an object
This status is defined by one of
the two string defined constants:
UF_OBJ_NOT_BLANKED
UF_OBJ_BLANKED

line_width
int
the line width of an object
Can be one of the following :
UF_OBJ_WIDTH_NORMAL
UF_OBJ_WIDTH_THICK
UF_OBJ_WIDTH_THIN
UF_OBJ_WIDTH_ORIGINAL
UF_OBJ_WIDTH_1 -- UF_OBJ_WIDTH_9

font
int
the font an object possesses

highlight_status
logical
the highlight status of an object
where TRUE indicates that highlight
is on.