fo-property-space-end

fo-property-space-end —

Synopsis




enum        FoEnumSpaceEnd;
#define     FO_TYPE_ENUM_SPACE_END
GType       fo_enum_space_end_get_type      (void);
struct      FoPropertySpaceEnd;
struct      FoPropertySpaceEndClass;
FoProperty* fo_property_space_end_new       (void);
FoDatatype* fo_property_space_end_get_value (FoProperty *property);
void        fo_property_space_end_set_value (FoProperty *property,
                                             FoDatatype *new_value);
FoProperty* fo_property_space_end_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);
FoProperty* fo_property_space_end_get_initial
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoProperty
               +----FoPropertySpaceEnd

Properties


  "value"                FoDatatype           : Read / Write

Description

Details

enum FoEnumSpaceEnd

typedef enum {
  FO_ENUM_SPACE_END_INHERIT
} FoEnumSpaceEnd;


FO_TYPE_ENUM_SPACE_END

#define FO_TYPE_ENUM_SPACE_END fo_enum_space_end_get_type ()


fo_enum_space_end_get_type ()

GType       fo_enum_space_end_get_type      (void);

Returns :

struct FoPropertySpaceEnd

struct FoPropertySpaceEnd;


struct FoPropertySpaceEndClass

struct FoPropertySpaceEndClass;


fo_property_space_end_new ()

FoProperty* fo_property_space_end_new       (void);

Creates a new FoPropertySpaceEnd initialized to default value.

Returns : the new FoPropertySpaceEnd

fo_property_space_end_get_value ()

FoDatatype* fo_property_space_end_get_value (FoProperty *property);

property :
Returns :

fo_property_space_end_set_value ()

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

property :
new_value :

fo_property_space_end_new_from_expression ()

FoProperty* fo_property_space_end_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_end_get_initial ()

FoProperty* fo_property_space_end_get_initial
                                            (void);

Returns :

Properties

"value" (FoDatatype : Read / Write)

space-end property value.