FoTablePart

FoTablePart

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── FoObject
        ╰── FoNode
            ╰── FoFo
                ╰── FoMarkerParent
                    ╰── FoTablePart
                        ├── FoTableBody
                        ├── FoTableFooter
                        ╰── FoTableHeader

Description

Functions

fo_table_part_new ()

FoFo *
fo_table_part_new (void);

Creates a new FoTablePart initialized to default value.

Returns

the new FoTablePart


fo_table_part_update_from_context ()

void
fo_table_part_update_from_context (FoFo *fo,
                                   FoContext *context);

Sets the properties of fo to the corresponding property values in context .

Parameters

fo

The FoFo object.

 

context

The FoContext object from which to update the properties of fo .

 

Types and Values

FoTablePart

typedef struct _FoTablePart FoTablePart;


FoTablePartClass

typedef struct _FoTablePartClass FoTablePartClass;