fo-property-provisional-label-separation

fo-property-provisional-label-separation —

Synopsis




enum        FoEnumProvisionalLabelSeparation;
#define     FO_TYPE_ENUM_PROVISIONAL_LABEL_SEPARATION
GType       fo_enum_provisional_label_separation_get_type
                                            (void);
struct      FoPropertyProvisionalLabelSeparation;
struct      FoPropertyProvisionalLabelSeparationClass;
FoProperty* fo_property_provisional_label_separation_new
                                            (void);
FoDatatype* fo_property_provisional_label_separation_get_value
                                            (FoProperty *property);
void        fo_property_provisional_label_separation_set_value
                                            (FoProperty *property,
                                             FoDatatype *new_value);
FoProperty* fo_property_provisional_label_separation_new_from_expression
                                            (const gchar *expression,
                                             FoContext *context,
                                             FoProperty *current_font_size,
                                             FoFo *fo_node,
                                             GError **error);
FoProperty* fo_property_provisional_label_separation_get_initial
                                            (void);

Object Hierarchy


  GObject
   +----FoObject
         +----FoProperty
               +----FoPropertyProvisionalLabelSeparation

Properties


  "value"                FoDatatype           : Read / Write

Description

Details

enum FoEnumProvisionalLabelSeparation

typedef enum {
  FO_ENUM_PROVISIONAL_LABEL_SEPARATION_INHERIT
} FoEnumProvisionalLabelSeparation;


FO_TYPE_ENUM_PROVISIONAL_LABEL_SEPARATION

#define FO_TYPE_ENUM_PROVISIONAL_LABEL_SEPARATION fo_enum_provisional_label_separation_get_type ()


fo_enum_provisional_label_separation_get_type ()

GType       fo_enum_provisional_label_separation_get_type
                                            (void);

Returns :

struct FoPropertyProvisionalLabelSeparation

struct FoPropertyProvisionalLabelSeparation;


struct FoPropertyProvisionalLabelSeparationClass

struct FoPropertyProvisionalLabelSeparationClass;


fo_property_provisional_label_separation_new ()

FoProperty* fo_property_provisional_label_separation_new
                                            (void);

Creates a new FoPropertyProvisionalLabelSeparation initialized to default value.

Returns : the new FoPropertyProvisionalLabelSeparation

fo_property_provisional_label_separation_get_value ()

FoDatatype* fo_property_provisional_label_separation_get_value
                                            (FoProperty *property);

property :
Returns :

fo_property_provisional_label_separation_set_value ()

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

property :
new_value :

fo_property_provisional_label_separation_new_from_expression ()

FoProperty* fo_property_provisional_label_separation_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_provisional_label_separation_get_initial ()

FoProperty* fo_property_provisional_label_separation_get_initial
                                            (void);

Returns :

Properties

"value" (FoDatatype : Read / Write)

provisional-label-separation property value.