fo-property-line-stacking-strategy

fo-property-line-stacking-strategy —

Synopsis




#define     FO_TYPE_ENUM_LINE_STACKING_STRATEGY
GType       fo_enum_line_stacking_strategy_get_type
                                            (void);
struct      FoPropertyLineStackingStrategy;
struct      FoPropertyLineStackingStrategyClass;
FoProperty* fo_property_line_stacking_strategy_new
                                            (void);
FoProperty* fo_property_line_stacking_strategy_get_initial
                                            (void);

Description

Details

FO_TYPE_ENUM_LINE_STACKING_STRATEGY

#define FO_TYPE_ENUM_LINE_STACKING_STRATEGY fo_enum_line_stacking_strategy_get_type ()


fo_enum_line_stacking_strategy_get_type ()

GType       fo_enum_line_stacking_strategy_get_type
                                            (void);

Returns :

struct FoPropertyLineStackingStrategy

struct FoPropertyLineStackingStrategy;


struct FoPropertyLineStackingStrategyClass

struct FoPropertyLineStackingStrategyClass;


fo_property_line_stacking_strategy_new ()

FoProperty* fo_property_line_stacking_strategy_new
                                            (void);

Creates a new FoPropertyLineStackingStrategy initialized to default value.

Returns : the new FoPropertyLineStackingStrategy.

fo_property_line_stacking_strategy_get_initial ()

FoProperty* fo_property_line_stacking_strategy_get_initial
                                            (void);

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

Returns : An instance of the property.