FoTablePart
GObject ╰── FoObject ╰── FoNode ╰── FoFo ╰── FoMarkerParent ╰── FoTablePart ├── FoTableBody ├── FoTableFooter ╰── FoTableHeader
FoFo * fo_table_part_new (void);
void
Creates a new FoTablePart initialized to default value.
the new FoTablePart
void fo_table_part_update_from_context (FoFo *fo, FoContext *context);
FoFo *fo
FoContext *context
Sets the properties of fo to the corresponding property values in context .
fo
context
The FoFo object.
The FoContext object from which to update the properties of fo .
typedef struct _FoTablePart FoTablePart;
typedef struct _FoTablePartClass FoTablePartClass;