![]() |
![]() |
![]() |
LibRepTool Reference Manual | ![]() |
---|---|---|---|---|
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);
RptObject* rpt_obj_text_new (const gchar *name, RptPoint position);
name : |
the RptObjText's name. |
position : |
|
Returns : | the newly created RptObject object. |
RptObject* rpt_obj_text_new_from_xml (xmlNode *xnode);
xnode : |
|
Returns : | the newly created RptObject object. |
void rpt_obj_text_get_xml (RptObject *rpt_objtext, xmlNode *xnode);
rpt_objtext : |
|
xnode : |