gwenhywfar 5.14.1
o_grid_l.h File Reference
#include "htmlobject_be.h"
Include dependency graph for o_grid_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HtmlObject_Grid_GetColumns (const HTML_OBJECT *o)
int HtmlObject_Grid_GetRows (const HTML_OBJECT *o)
HTML_OBJECTHtmlObject_Grid_new (GWEN_XML_CONTEXT *ctx)
void HtmlObject_Grid_SetColumns (HTML_OBJECT *o, int i)
void HtmlObject_Grid_SetRows (HTML_OBJECT *o, int i)

Function Documentation

◆ HtmlObject_Grid_GetColumns()

int HtmlObject_Grid_GetColumns ( const HTML_OBJECT * o)

Definition at line 263 of file o_grid.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_Table_EndSubGroup().

Here is the caller graph for this function:

◆ HtmlObject_Grid_GetRows()

int HtmlObject_Grid_GetRows ( const HTML_OBJECT * o)

Definition at line 237 of file o_grid.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_Table_StartTag(), and HtmlGroup_UnorderedList_StartTag().

Here is the caller graph for this function:

◆ HtmlObject_Grid_new()

HTML_OBJECT * HtmlObject_Grid_new ( GWEN_XML_CONTEXT * ctx)

◆ HtmlObject_Grid_SetColumns()

void HtmlObject_Grid_SetColumns ( HTML_OBJECT * o,
int i )

Definition at line 276 of file o_grid.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_Box_StartTag(), and HtmlGroup_Table_EndSubGroup().

Here is the caller graph for this function:

◆ HtmlObject_Grid_SetRows()

void HtmlObject_Grid_SetRows ( HTML_OBJECT * o,
int i )

Definition at line 250 of file o_grid.c.

References GWEN_INHERIT_GETDATA.

Referenced by HtmlGroup_Table_StartTag(), and HtmlGroup_UnorderedList_StartTag().

Here is the caller graph for this function: