#include <cstring>#include <cstdlib>#include <cstdarg>#include "TGHtml.h"#include "TGButton.h"#include "TGTextEntry.h"#include "TGListBox.h"#include "TGTextEdit.h"#include "TGComboBox.h"#include "snprintf.h"| Classes | |
| class | TGHtmlLBEntry | 
| Macros | |
| #define | NeedToEscape(C) ((C)>0 && (C)<127 && gNeedEscape[(int)(C)]) | 
| Functions | |
| static int | InputType (TGHtmlElement *p) | 
| Return an appropriate type value for the given <INPUT>markup. | |
| Variables | |
| static char | gNeedEscape [] | 
| #define NeedToEscape | ( | C | ) | ((C)>0 && (C)<127 && gNeedEscape[(int)(C)]) | 
Definition at line 637 of file TGHtmlForm.cxx.
| 
 | static | 
Return an appropriate type value for the given <INPUT> markup. 
Definition at line 130 of file TGHtmlForm.cxx.
| 
 | static | 
Definition at line 627 of file TGHtmlForm.cxx.