gwenhywfar
4.8.0beta
|
#include <gwenhywfar/widget_be.h>
#include <gwenhywfar/xml.h>
Go to the source code of this file.
Functions | |
void | GWEN_Widget_free (GWEN_WIDGET *w) |
GWEN_WIDGET * | GWEN_Widget_new (GWEN_DIALOG *dlg) |
int | GWEN_Widget_ReadXml (GWEN_WIDGET *w, GWEN_XMLNODE *node) |
void GWEN_Widget_free | ( | GWEN_WIDGET * | w) |
Definition at line 65 of file widget.c.
References GWEN_FREE_OBJECT, GWEN_INHERIT_FINI, GWEN_TREE_FINI, and GWEN_WIDGET_TEXTCOUNT.
Referenced by GWEN_Dialog__ReadXmlWidget(), and GWEN_Dialog_RemoveWidget().
GWEN_WIDGET* GWEN_Widget_new | ( | GWEN_DIALOG * | dlg) |
Definition at line 50 of file widget.c.
References GWEN_INHERIT_INIT, GWEN_NEW_OBJECT, and GWEN_TREE_INIT.
Referenced by GWEN_Dialog__ReadXmlWidget().
int GWEN_Widget_ReadXml | ( | GWEN_WIDGET * | w, |
GWEN_XMLNODE * | node | ||
) |
Definition at line 527 of file widget.c.
References DBG_ERROR, GWEN_Dialog_TranslateString(), GWEN_ERROR_BAD_DATA, GWEN_LOGDOMAIN, GWEN_Widget_Flags_fromString(), GWEN_Widget_SetIconFileName(), GWEN_Widget_SetImageFileName(), GWEN_Widget_SetName(), GWEN_Widget_SetText(), GWEN_Widget_Type_fromString(), GWEN_Widget_TypeUnknown, GWEN_XMLNode_Dump(), GWEN_XMLNode_GetProperty(), and NULL.
Referenced by GWEN_Dialog__ReadXmlWidget().