g_unorderedlist_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 HTML_G_UNORDEREDLIST_L_H
00012 #define HTML_G_UNORDEREDLIST_L_H
00013 
00014 
00015 #include "htmlgroup_l.h"
00016 
00017 
00018 HTML_GROUP *HtmlGroup_UnorderedList_new(const char *groupName,
00019                                         HTML_GROUP *parent,
00020                                         GWEN_XML_CONTEXT *ctx);
00021 
00022 
00023 
00024 #endif
00025