gwenhywfar
4.8.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
html
o_gridentry_l.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Mon Feb 22 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* Please see toplevel file COPYING for license details *
8
***************************************************************************/
9
10
11
#ifndef HTMLOBJECT_GRIDENTRY_L_H
12
#define HTMLOBJECT_GRIDENTRY_L_H
13
14
15
#include "
htmlobject_be.h
"
16
17
18
HTML_OBJECT
*
HtmlObject_GridEntry_new
(
GWEN_XML_CONTEXT
*ctx);
19
20
int
HtmlObject_GridEntry_GetRow
(
const
HTML_OBJECT
*o);
21
void
HtmlObject_GridEntry_SetRow
(
HTML_OBJECT
*o,
int
i);
22
23
int
HtmlObject_GridEntry_GetColumn
(
const
HTML_OBJECT
*o);
24
void
HtmlObject_GridEntry_SetColumn
(
HTML_OBJECT
*o,
int
i);
25
26
int
HtmlObject_GridEntry_GetIsHeader
(
const
HTML_OBJECT
*o);
27
void
HtmlObject_GridEntry_SetIsHeader
(
HTML_OBJECT
*o,
int
i);
28
29
30
31
#endif
32
Generated on Sun Oct 27 2013 09:43:38 for gwenhywfar by
1.8.4