fo-property-inline-progression-dimension

fo-property-inline-progression-dimension —

Synopsis




enum        FoEnumInlineProgressionDimension;
#define     FO_TYPE_ENUM_INLINE_PROGRESSION_DIMENSION
GType       fo_enum_inline_progression_dimension_get_type
                                            (void);
struct      FoPropertyInlineProgressionDimension;
struct      FoPropertyInlineProgressionDimensionClass;
FoProperty* fo_property_inline_progression_dimension_new
                                            (void);
FoProperty* fo_property_inline_progression_dimension_get_initial
                                            (void);

Description

Details

enum FoEnumInlineProgressionDimension

typedef enum {
  FO_ENUM_INLINE_PROGRESSION_DIMENSION_AUTO
} FoEnumInlineProgressionDimension;


FO_TYPE_ENUM_INLINE_PROGRESSION_DIMENSION

#define FO_TYPE_ENUM_INLINE_PROGRESSION_DIMENSION fo_enum_inline_progression_dimension_get_type ()


fo_enum_inline_progression_dimension_get_type ()

GType       fo_enum_inline_progression_dimension_get_type
                                            (void);

Returns :

struct FoPropertyInlineProgressionDimension

struct FoPropertyInlineProgressionDimension;


struct FoPropertyInlineProgressionDimensionClass

struct FoPropertyInlineProgressionDimensionClass;


fo_property_inline_progression_dimension_new ()

FoProperty* fo_property_inline_progression_dimension_new
                                            (void);

Creates a new FoPropertyInlineProgressionDimension initialized to default value.


fo_property_inline_progression_dimension_get_initial ()

FoProperty* fo_property_inline_progression_dimension_get_initial
                                            (void);

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

Returns : An instance of the property.