FoTblr

FoTblr

Functions

Types and Values

Description

Functions

fo_tblr_new ()

FoDatatype *
fo_tblr_new (void);

Creates a new FoTblr initialized to default value.

Returns

the new FoTblr


fo_tblr_new_from_values ()

FoDatatype *
fo_tblr_new_from_values (FoDatatype *top,
                         FoDatatype *bottom,
                         FoDatatype *left,
                         FoDatatype *right);

Creates a new FoTblr with top, bottom, left and right components set to provided values.

Parameters

top

FoDatatype to use as top value

 

bottom

FoDatatype to use as bottom value

 

left

FoDatatype to use as left value

 

right

FoDatatype to use as right value

 

Returns

New FoTblr


fo_tblr_get_top ()

FoDatatype *
fo_tblr_get_top (FoDatatype *datatype);

Gets the top component value of datatype .

Parameters

datatype

FoTblr

 

Returns

The top value of datatype .


fo_tblr_get_bottom ()

FoDatatype *
fo_tblr_get_bottom (FoDatatype *datatype);

Gets the .bottom component value of datatype

Parameters

datatype

FoTblr

 

Returns

The bottom value of datatype


fo_tblr_get_left ()

FoDatatype *
fo_tblr_get_left (FoDatatype *datatype);

Gets the .left component value of datatype

Parameters

datatype

FoTblr

 

Returns

The left value of datatype


fo_tblr_get_right ()

FoDatatype *
fo_tblr_get_right (FoDatatype *datatype);

Gets the .right component value of datatype

Parameters

datatype

FoTblr

 

Returns

The right value of datatype

Types and Values

FoTblr

typedef struct _FoTblr FoTblr;


FoTblrClass

typedef struct _FoTblrClass FoTblrClass;