FoPropertyTextPropertyIface

FoPropertyTextPropertyIface

Functions

Types and Values

Object Hierarchy

    GInterface
    ╰── FoPropertyTextPropertyIface

Prerequisites

FoPropertyTextPropertyIface requires FoProperty.

Description

Functions

FO_PROPERTY_TEXT_PROPERTY_IFACE()

#define FO_PROPERTY_TEXT_PROPERTY_IFACE(obj)      (G_TYPE_CHECK_CLASS_CAST ((obj), FO_TYPE_PROPERTY_TEXT_PROPERTY, 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 .

Parameters

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 .

Parameters

property

FoProperty from which to create a PangoAttribute.

 

context

FoContext from which to take additional property values.

 

Returns

New PangoAttribute for property .

Types and Values

FoPropertyTextProperty

typedef struct _FoPropertyTextProperty FoPropertyTextProperty;


struct FoPropertyTextPropertyIface

struct FoPropertyTextPropertyIface;