#include "glistext.h"
#include "gstring.h"
#include "gconfig.h"
Go to the source code of this file.
Enumerations | |
enum | eHState { e_HS_Start = 0, e_HS_StartAfter = 1, e_HS_Html = 2, e_HS_Head = 3, e_HS_HeadAfter = 4, e_HS_Body = 5, e_HS_BodyAfter = 6, e_HS_End = 7, e_HS_Last, e_HS_Sp_FakeBody } |
|
Definition at line 11 of file gHtmlOpt.h. |