fo-block-layout

fo-block-layout —

Synopsis




            FoBlockLayout;
            FoBlockLayoutClass;
FoFo*       fo_block_layout_new             (void);
void        fo_block_layout_update_from_context
                                            (FoFo *fo,
                                             FoContext *context);

Object Hierarchy


  GObject
   +----FoObject
         +----FoNode
               +----FoFo
                     +----FoMarkerParent
                           +----block
                                 +----FoBlockLayout

Implemented Interfaces

FoBlockLayout implements FoBlockFoIface.

Description

Details

FoBlockLayout

typedef struct _FoBlockLayout FoBlockLayout;


FoBlockLayoutClass

typedef struct _FoBlockLayoutClass FoBlockLayoutClass;


fo_block_layout_new ()

FoFo*       fo_block_layout_new             (void);

Creates a new FoBlockLayout initialized to default value.

Returns : the new FoBlockLayout

fo_block_layout_update_from_context ()

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

fo :
context :