gwenhywfar  5.10.1
Macros | Functions
g_unorderedlist.c File Reference
#include "g_unorderedlist_p.h"
#include "g_box_l.h"
#include "g_generic_l.h"
#include "htmlctx_l.h"
#include "o_box_l.h"
#include "o_grid_l.h"
#include "o_gridentry_l.h"
#include "o_word_l.h"
#include <gwenhywfar/debug.h>
Include dependency graph for g_unorderedlist.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG
 

Functions

void GWENHYWFAR_CB HtmlGroup_UnorderedList_FreeData (GWEN_UNUSED void *bp, void *p)
 
HTML_GROUPHtmlGroup_UnorderedList_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx)
 
int HtmlGroup_UnorderedList_StartTag (HTML_GROUP *g, const char *tagName)
 

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 14 of file g_unorderedlist.c.

Function Documentation

◆ HtmlGroup_UnorderedList_FreeData()

void GWENHYWFAR_CB HtmlGroup_UnorderedList_FreeData ( GWEN_UNUSED void *  bp,
void *  p 
)

Definition at line 57 of file g_unorderedlist.c.

References GWEN_FREE_OBJECT.

Referenced by HtmlGroup_UnorderedList_new().

Here is the caller graph for this function:

◆ HtmlGroup_UnorderedList_new()

HTML_GROUP* HtmlGroup_UnorderedList_new ( const char *  groupName,
HTML_GROUP parent,
GWEN_XML_CONTEXT ctx 
)

Definition at line 33 of file g_unorderedlist.c.

References GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, HtmlGroup_Generic_new(), HtmlGroup_SetStartTagFn(), HtmlGroup_UnorderedList_FreeData(), and HtmlGroup_UnorderedList_StartTag().

Referenced by HtmlGroup_Box_StartTag().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HtmlGroup_UnorderedList_StartTag()

int HtmlGroup_UnorderedList_StartTag ( HTML_GROUP g,
const char *  tagName 
)