gwenhywfar
4.3.3
|
00001 /*************************************************************************** 00002 begin : Mon Feb 22 2010 00003 copyright : (C) 2010 by Martin Preuss 00004 email : martin@libchipcard.de 00005 00006 *************************************************************************** 00007 * Please see toplevel file COPYING for license details * 00008 ***************************************************************************/ 00009 00010 00011 #ifndef HTMLOBJECT_GRIDENTRY_L_H 00012 #define HTMLOBJECT_GRIDENTRY_L_H 00013 00014 00015 #include "htmlobject_be.h" 00016 00017 00018 HTML_OBJECT *HtmlObject_GridEntry_new(GWEN_XML_CONTEXT *ctx); 00019 00020 int HtmlObject_GridEntry_GetRow(const HTML_OBJECT *o); 00021 void HtmlObject_GridEntry_SetRow(HTML_OBJECT *o, int i); 00022 00023 int HtmlObject_GridEntry_GetColumn(const HTML_OBJECT *o); 00024 void HtmlObject_GridEntry_SetColumn(HTML_OBJECT *o, int i); 00025 00026 int HtmlObject_GridEntry_GetIsHeader(const HTML_OBJECT *o); 00027 void HtmlObject_GridEntry_SetIsHeader(HTML_OBJECT *o, int i); 00028 00029 00030 00031 #endif 00032