gwenhywfar  4.3.3
o_grid_l.h
Go to the documentation of this file.
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_GRID_L_H
00012 #define HTMLOBJECT_GRID_L_H
00013 
00014 #include "htmlobject_be.h"
00015 
00016 
00017 HTML_OBJECT *HtmlObject_Grid_new(GWEN_XML_CONTEXT *ctx);
00018 
00019 int HtmlObject_Grid_GetRows(const HTML_OBJECT *o);
00020 void HtmlObject_Grid_SetRows(HTML_OBJECT *o, int i);
00021 
00022 int HtmlObject_Grid_GetColumns(const HTML_OBJECT *o);
00023 void HtmlObject_Grid_SetColumns(HTML_OBJECT *o, int i);
00024 
00025 
00026 
00027 #endif
00028