UF_OBJ_disp_props_s
(查看源代码)
定义在: uf_obj_types.h
也被称为:
UF_OBJ_disp_props_t
UF_OBJ_disp_props_p_t
概述
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
font
int
the font an object possesses
highlight_status
logical
the highlight status of an object
where TRUE indicates that highlight
is on.