FoWsc

FoWsc

Functions

Types and Values

Description

Functions

fo_wsc_new ()

FoDatatype *
fo_wsc_new (void);

Creates a new FoWsc initialized to default value.

Returns

the new FoWsc


fo_wsc_new_from_values ()

FoDatatype *
fo_wsc_new_from_values (FoDatatype *width,
                        FoDatatype *style,
                        FoDatatype *color);

Creates a new FoWsc with width, style, and color components set to provided values.

Parameters

width

FoDatatype to use as width value

 

style

FoDatatype to use as style value

 

color

FoDatatype to use as color value

 

Returns

New FoWsc


fo_wsc_get_width ()

FoDatatype *
fo_wsc_get_width (FoDatatype *datatype);

Gets the width component value of datatype .

Parameters

datatype

FoWsc

 

Returns

The width value of datatype .


fo_wsc_get_style ()

FoDatatype *
fo_wsc_get_style (FoDatatype *datatype);

Gets the style component value of datatype

Parameters

datatype

FoWsc

 

Returns

The style value of datatype


fo_wsc_get_color ()

FoDatatype *
fo_wsc_get_color (FoDatatype *datatype);

Gets the color component value of datatype

Parameters

datatype

FoWsc

 

Returns

The color value of datatype

Types and Values

FoWsc

typedef struct _FoWsc FoWsc;

FoWscClass

typedef struct _FoWscClass FoWscClass;