gwenhywfar 5.12.0
g_box.c File Reference
#include "g_box_p.h"
#include "g_generic_l.h"
#include "g_table_l.h"
#include "g_unorderedlist_l.h"
#include "htmlctx_l.h"
#include "o_box_l.h"
#include "o_word_l.h"
#include "o_grid_l.h"
#include "o_image_be.h"
#include <gwenhywfar/misc.h>
#include <gwenhywfar/debug.h>
#include <ctype.h>
Include dependency graph for g_box.c:

Go to the source code of this file.

Macros

#define DISABLE_DEBUGLOG

Functions

int HtmlGroup_Box_AddData (HTML_GROUP *g, const char *data)
HTML_GROUPHtmlGroup_Box_new (const char *groupName, HTML_GROUP *parent, GWEN_XML_CONTEXT *ctx)
int HtmlGroup_Box_StartTag (HTML_GROUP *g, const char *tagName)

Macro Definition Documentation

◆ DISABLE_DEBUGLOG

#define DISABLE_DEBUGLOG

Definition at line 15 of file g_box.c.

Function Documentation

◆ HtmlGroup_Box_AddData()

int HtmlGroup_Box_AddData ( HTML_GROUP * g,
const char * data )

◆ HtmlGroup_Box_new()

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

Definition at line 36 of file g_box.c.

References HtmlGroup_Box_AddData(), HtmlGroup_Box_StartTag(), HtmlGroup_Generic_new(), HtmlGroup_SetAddDataFn(), and HtmlGroup_SetStartTagFn().

Referenced by HtmlCtx_new(), HtmlCtx_SetText(), HtmlGroup_Box_StartTag(), HtmlGroup_TableRow_StartTag(), and HtmlGroup_UnorderedList_StartTag().

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

◆ HtmlGroup_Box_StartTag()