gwenhywfar 5.10.1
Functions
widget_l.h File Reference
#include <gwenhywfar/widget_be.h>
#include <gwenhywfar/xml.h>
Include dependency graph for widget_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GWEN_Widget_free (GWEN_WIDGET *w)
 
GWEN_WIDGETGWEN_Widget_new (GWEN_DIALOG *dlg)
 
int GWEN_Widget_ReadXml (GWEN_WIDGET *w, GWEN_XMLNODE *node)
 

Function Documentation

◆ GWEN_Widget_free()

void GWEN_Widget_free ( GWEN_WIDGET w)

Definition at line 66 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().

Here is the caller graph for this function:

◆ GWEN_Widget_new()

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().

Here is the caller graph for this function:

◆ GWEN_Widget_ReadXml()

int GWEN_Widget_ReadXml ( GWEN_WIDGET w,
GWEN_XMLNODE node 
)