fo-property-margin-right

fo-property-margin-right —

Synopsis




enum        FoEnumMarginRight;
#define     FO_TYPE_ENUM_MARGIN_RIGHT
GType       fo_enum_margin_right_get_type   (void);
struct      FoPropertyMarginRight;
struct      FoPropertyMarginRightClass;
FoProperty* fo_property_margin_right_new    (void);
FoDatatype* fo_property_margin_right_get_value
                                            (FoProperty *property);
void        fo_property_margin_right_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);
FoProperty* fo_property_margin_right_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);
FoProperty* fo_property_margin_right_get_initial
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoProperty
               +----margin
                     +----FoPropertyMarginRight

Properties


  "value"                FoDatatype           : Read / Write

Description

Details

enum FoEnumMarginRight

typedef enum {
  FO_ENUM_MARGIN_RIGHT_AUTO,
  FO_ENUM_MARGIN_RIGHT_INHERIT
} FoEnumMarginRight;


FO_TYPE_ENUM_MARGIN_RIGHT

#define FO_TYPE_ENUM_MARGIN_RIGHT fo_enum_margin_right_get_type ()


fo_enum_margin_right_get_type ()

GType       fo_enum_margin_right_get_type   (void);

Returns :

struct FoPropertyMarginRight

struct FoPropertyMarginRight;


struct FoPropertyMarginRightClass

struct FoPropertyMarginRightClass;


fo_property_margin_right_new ()

FoProperty* fo_property_margin_right_new    (void);

Creates a new FoPropertyMarginRight initialized to default value.

Returns : the new FoPropertyMarginRight

fo_property_margin_right_get_value ()

FoDatatype* fo_property_margin_right_get_value
                                            (FoProperty *property);

property :
Returns :

fo_property_margin_right_set_value ()

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

property :
new_value :

fo_property_margin_right_new_from_expression ()

FoProperty* fo_property_margin_right_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_margin_right_get_initial ()

FoProperty* fo_property_margin_right_get_initial
                                            (void);

Returns :

Properties

"value" (FoDatatype : Read / Write)

margin-right property value.