gwenhywfar  4.8.0beta
o_grid_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_GRID_L_H
12 #define HTMLOBJECT_GRID_L_H
13 
14 #include "htmlobject_be.h"
15 
16 
18 
20 void HtmlObject_Grid_SetRows(HTML_OBJECT *o, int i);
21 
24 
25 
26 
27 #endif
28