|
/***************************************************************************
|
|
begin : Sat Feb 20 2010
|
|
copyright : (C) 2010 by Martin Preuss
|
|
email : martin@libchipcard.de
|
|
|
|
***************************************************************************
|
|
* Please see toplevel file COPYING for license details *
|
|
***************************************************************************/
|
|
|
|
|
|
#ifndef HTMLOBJECT_BOX_L_H
|
|
#define HTMLOBJECT_BOX_L_H
|
|
|
|
#include "htmlobject_be.h"
|
|
|
|
|
|
HTML_OBJECT *HtmlObject_Box_new(GWEN_XML_CONTEXT *ctx);
|
|
|
|
#endif
|
|
|