FoPropertyTextPropertyIface

FoPropertyTextPropertyIface —

Synopsis




#define     FO_PROPERTY_TEXT_PROPERTY_IFACE (obj)
            FoPropertyTextProperty;
            FoPropertyTextPropertyIface;
PangoAttribute* fo_property_text_property_new_attr
                                            (FoProperty *property);
PangoAttribute* fo_property_text_property_new_attr_from_context
                                            (FoProperty *property,
                                             FoContext *context);

Object Hierarchy


  GInterface
   +----FoPropertyTextPropertyIface

Prerequisites

FoPropertyTextPropertyIface requires FoProperty.

Description

Details

FO_PROPERTY_TEXT_PROPERTY_IFACE()

#define FO_PROPERTY_TEXT_PROPERTY_IFACE(obj)      (G_TYPE_CHECK_CLASS_CAST ((obj), FO_TYPE_PROPERTY_TEXT_PROPERTY, FoPropertyTextPropertyIface))

obj :

FoPropertyTextProperty

typedef struct _FoPropertyTextProperty FoPropertyTextProperty;


FoPropertyTextPropertyIface

typedef struct _FoPropertyTextPropertyIface FoPropertyTextPropertyIface;


fo_property_text_property_new_attr ()

PangoAttribute* fo_property_text_property_new_attr
                                            (FoProperty *property);

Makes a new PangoAttribute representing the value of property.

property : FoProperty from which to create a PangoAttribute.
Returns : New PangoAttribute for property.

fo_property_text_property_new_attr_from_context ()

PangoAttribute* fo_property_text_property_new_attr_from_context
                                            (FoProperty *property,
                                             FoContext *context);

Makes a new PangoAttribute representing the value of property.

property : FoProperty from which to create a PangoAttribute.
context : FoContext from which to take additional property values.
Returns : New PangoAttribute for property.