fo-property-block-progression-dimension

fo-property-block-progression-dimension —

Synopsis




enum        FoEnumBlockProgressionDimension;
#define     FO_TYPE_ENUM_BLOCK_PROGRESSION_DIMENSION
GType       fo_enum_block_progression_dimension_get_type
                                            (void);
struct      FoPropertyBlockProgressionDimension;
struct      FoPropertyBlockProgressionDimensionClass;
FoProperty* fo_property_block_progression_dimension_new
                                            (void);
FoProperty* fo_property_block_progression_dimension_get_initial
                                            (void);

Description

Details

enum FoEnumBlockProgressionDimension

typedef enum {
  FO_ENUM_BLOCK_PROGRESSION_DIMENSION_AUTO
} FoEnumBlockProgressionDimension;


FO_TYPE_ENUM_BLOCK_PROGRESSION_DIMENSION

#define FO_TYPE_ENUM_BLOCK_PROGRESSION_DIMENSION fo_enum_block_progression_dimension_get_type ()


fo_enum_block_progression_dimension_get_type ()

GType       fo_enum_block_progression_dimension_get_type
                                            (void);

Returns :

struct FoPropertyBlockProgressionDimension

struct FoPropertyBlockProgressionDimension;

The FoPropertyBlockProgressionDimension structure represents one instance of the 'block-progression-dimension' property.


struct FoPropertyBlockProgressionDimensionClass

struct FoPropertyBlockProgressionDimensionClass;

The FoPropertyBlockProgressionDimensionClass structure represents the type of the 'block-progression-dimension' XSL property.


fo_property_block_progression_dimension_new ()

FoProperty* fo_property_block_progression_dimension_new
                                            (void);

Creates a new FoPropertyBlockProgressionDimension initialized to default value.


fo_property_block_progression_dimension_get_initial ()

FoProperty* fo_property_block_progression_dimension_get_initial
                                            (void);

Get an instance of the property with the correct initial value.

Returns : An instance of the property.