FoTablePart

FoTablePart

Synopsis

                    FoTablePart;
                    FoTablePartClass;
FoFo*               fo_table_part_new                   (void);
void                fo_table_part_update_from_context   (FoFo *fo,
                                                         FoContext *context);

Object Hierarchy

  GObject
   +----FoObject
         +----FoNode
               +----FoFo
                     +----FoMarkerParent
                           +----FoTablePart
                                 +----FoTableBody
                                 +----FoTableFooter
                                 +----FoTableHeader

Description

Details

FoTablePart

typedef struct _FoTablePart FoTablePart;


FoTablePartClass

typedef struct _FoTablePartClass FoTablePartClass;


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.

fo :

The FoFo object.

context :

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