fo-property-space-before

fo-property-space-before —

Synopsis




enum        FoEnumSpaceBefore;
#define     FO_TYPE_ENUM_SPACE_BEFORE
GType       fo_enum_space_before_get_type   (void);
struct      FoPropertySpaceBefore;
struct      FoPropertySpaceBeforeClass;
FoProperty* fo_property_space_before_new    (void);
FoDatatype* fo_property_space_before_get_value
                                            (FoProperty *property);
void        fo_property_space_before_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);
FoProperty* fo_property_space_before_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);
FoProperty* fo_property_space_before_get_initial
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoProperty
               +----FoPropertySpaceBefore

Properties


  "value"                FoDatatype           : Read / Write

Description

Details

enum FoEnumSpaceBefore

typedef enum {
  FO_ENUM_SPACE_BEFORE_INHERIT
} FoEnumSpaceBefore;


FO_TYPE_ENUM_SPACE_BEFORE

#define FO_TYPE_ENUM_SPACE_BEFORE fo_enum_space_before_get_type ()


fo_enum_space_before_get_type ()

GType       fo_enum_space_before_get_type   (void);

Returns :

struct FoPropertySpaceBefore

struct FoPropertySpaceBefore;


struct FoPropertySpaceBeforeClass

struct FoPropertySpaceBeforeClass;


fo_property_space_before_new ()

FoProperty* fo_property_space_before_new    (void);

Creates a new FoPropertySpaceBefore initialized to default value.

Returns : the new FoPropertySpaceBefore

fo_property_space_before_get_value ()

FoDatatype* fo_property_space_before_get_value
                                            (FoProperty *property);

property :
Returns :

fo_property_space_before_set_value ()

void        fo_property_space_before_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);

property :
new_value :

fo_property_space_before_new_from_expression ()

FoProperty* fo_property_space_before_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);

expression :
context :
current_font_size :
fo_node :
error :
Returns :

fo_property_space_before_get_initial ()

FoProperty* fo_property_space_before_get_initial
                                            (void);

Returns :

Properties

"value" (FoDatatype : Read / Write)

space-before property value.