border-collapse

border-collapse —

Synopsis




enum        FoEnumBorderCollapse;
#define     FO_TYPE_ENUM_BORDER_COLLAPSE
GType       fo_enum_border_collapse_get_type
                                            (void);
struct      FoPropertyBorderCollapse;
struct      FoPropertyBorderCollapseClass;
FoProperty* fo_property_border_collapse_new (void);
FoProperty* fo_property_border_collapse_get_initial
                                            (void);

Description

Details

enum FoEnumBorderCollapse

typedef enum {
  FO_ENUM_BORDER_COLLAPSE_COLLAPSE,
  FO_ENUM_BORDER_COLLAPSE_COLLAPSE_WITH_PRECEDENCE,
  FO_ENUM_BORDER_COLLAPSE_SEPARATE
} FoEnumBorderCollapse;


FO_TYPE_ENUM_BORDER_COLLAPSE

#define FO_TYPE_ENUM_BORDER_COLLAPSE fo_enum_border_collapse_get_type ()


fo_enum_border_collapse_get_type ()

GType       fo_enum_border_collapse_get_type
                                            (void);

Returns :

struct FoPropertyBorderCollapse

struct FoPropertyBorderCollapse;


struct FoPropertyBorderCollapseClass

struct FoPropertyBorderCollapseClass;


fo_property_border_collapse_new ()

FoProperty* fo_property_border_collapse_new (void);

Creates a new FoPropertyBorderCollapse initialized to default value.

Returns : the new FoPropertyBorderCollapse.

fo_property_border_collapse_get_initial ()

FoProperty* fo_property_border_collapse_get_initial
                                            (void);

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

Returns : An instance of the property.