fo-property-margin-left

fo-property-margin-left —

Synopsis




enum        FoEnumMarginLeft;
#define     FO_TYPE_ENUM_MARGIN_LEFT
GType       fo_enum_margin_left_get_type    (void);
struct      FoPropertyMarginLeft;
struct      FoPropertyMarginLeftClass;
FoProperty* fo_property_margin_left_new     (void);
FoProperty* fo_property_margin_left_get_initial
                                            (void);

Description

Details

enum FoEnumMarginLeft

typedef enum {
  FO_ENUM_MARGIN_LEFT_AUTO
} FoEnumMarginLeft;


FO_TYPE_ENUM_MARGIN_LEFT

#define FO_TYPE_ENUM_MARGIN_LEFT fo_enum_margin_left_get_type ()


fo_enum_margin_left_get_type ()

GType       fo_enum_margin_left_get_type    (void);

Returns :

struct FoPropertyMarginLeft

struct FoPropertyMarginLeft;


struct FoPropertyMarginLeftClass

struct FoPropertyMarginLeftClass;


fo_property_margin_left_new ()

FoProperty* fo_property_margin_left_new     (void);

Creates a new FoPropertyMarginLeft initialized to default value.

Returns : the new FoPropertyMarginLeft.

fo_property_margin_left_get_initial ()

FoProperty* fo_property_margin_left_get_initial
                                            (void);

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

Returns : An instance of the property.