gwenhywfar 4.0.3

g_generic_l.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  begin       : Sat Feb 20 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 HTML_G_GENERIC_L_H
00012 #define HTML_G_GENERIC_L_H
00013 
00014 
00015 #include "htmlgroup_l.h"
00016 
00017 
00018 
00019 HTML_GROUP *HtmlGroup_Generic_new(const char *groupName,
00020                                   HTML_GROUP *parent,
00021                                   GWEN_XML_CONTEXT *ctx);
00022 
00023 #endif