Logo ROOT   6.12/07
Reference Guide
Macros | Functions | Variables
TGHtmlForm.cxx File Reference
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include "TGHtml.h"
#include "TGButton.h"
#include "TGTextEntry.h"
#include "TGListBox.h"
#include "TGTextEdit.h"
#include "TGComboBox.h"
Include dependency graph for TGHtmlForm.cxx:

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. More...
 

Variables

static char gNeedEscape []
 

Macro Definition Documentation

◆ NeedToEscape

#define NeedToEscape (   C)    ((C)>0 && (C)<127 && gNeedEscape[(int)(C)])

Definition at line 637 of file TGHtmlForm.cxx.

Function Documentation

◆ InputType()

static int InputType ( TGHtmlElement p)
static

Return an appropriate type value for the given <INPUT> markup.

Definition at line 130 of file TGHtmlForm.cxx.

Variable Documentation

◆ gNeedEscape

char gNeedEscape[]
static
Initial value:
= {
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0,
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1,
}

Definition at line 627 of file TGHtmlForm.cxx.