RptObjText

RptObjText — A textual object.

Synopsis




                    RptObjText;
RptObject*          rpt_obj_text_new                    (const gchar *name,
                                                         RptPoint position);
RptObject*          rpt_obj_text_new_from_xml           (xmlNode *xnode);
void                rpt_obj_text_get_xml                (RptObject *rpt_objtext,
                                                         xmlNode *xnode);

Object Hierarchy


  GObject
   +----RptObject
         +----RptObjText

Properties


  "size"                     gpointer              : Read / Write
  "source"                   gchararray            : Read / Write

Description

Details

RptObjText

typedef struct _RptObjText RptObjText;


rpt_obj_text_new ()

RptObject*          rpt_obj_text_new                    (const gchar *name,
                                                         RptPoint position);

name : the RptObjText's name.
position :
Returns : the newly created RptObject object.

rpt_obj_text_new_from_xml ()

RptObject*          rpt_obj_text_new_from_xml           (xmlNode *xnode);

xnode :
Returns : the newly created RptObject object.

rpt_obj_text_get_xml ()

void                rpt_obj_text_get_xml                (RptObject *rpt_objtext,
                                                         xmlNode *xnode);

rpt_objtext :
xnode :

Property Details

The "size" property

  "size"                     gpointer              : Read / Write

The object's size.


The "source" property

  "source"                   gchararray            : Read / Write

The source.

Default value: ""