Enumerations | |
| enum | EMyMessageTypes { kM_FILE_OPEN , kM_FILE_SAVEAS , kM_FILE_BROWSE , kM_FILE_EXIT , kM_FAVORITES_ADD , kM_TOOLS_CLEARHIST , kM_HELP_ABOUT } |
Functions | |
| static char * | ReadRemote (const char *url) |
| Read (open) remote files. | |
| Ssiz_t | ReadSize (const char *url) |
| Read (open) remote files. | |
Variables | |
| static const char * | gHtmlFTypes [] |
| const char * | HtmlError [] |
| enum EMyMessageTypes |
| Enumerator | |
|---|---|
| kM_FILE_OPEN | |
| kM_FILE_SAVEAS | |
| kM_FILE_BROWSE | |
| kM_FILE_EXIT | |
| kM_FAVORITES_ADD | |
| kM_TOOLS_CLEARHIST | |
| kM_HELP_ABOUT | |
Definition at line 52 of file TGHtmlBrowser.cxx.
|
static |
Read (open) remote files.
Definition at line 307 of file TGHtmlBrowser.cxx.
| Ssiz_t ReadSize | ( | const char * | url | ) |
Read (open) remote files.
Definition at line 246 of file TGHtmlBrowser.cxx.
|
static |
Definition at line 62 of file TGHtmlBrowser.cxx.
| const char* HtmlError[] |
Definition at line 68 of file TGHtmlBrowser.cxx.