#include <stdlib.h>
#include <string.h>
#include "TGHtml.h"
Go to the source code of this file.
Defines | |
#define | CLEAR_Left 0 |
#define | CLEAR_Right 1 |
#define | CLEAR_Both 2 |
#define | CLEAR_First 3 |
#define CLEAR_Both 2 |
Definition at line 720 of file TGHtmlLayout.cxx.
Referenced by TGHtmlLayoutContext::ClearObstacle(), and TGHtmlLayoutContext::DoBreakMarkup().
#define CLEAR_First 3 |
Definition at line 721 of file TGHtmlLayout.cxx.
Referenced by TGHtmlLayoutContext::ClearObstacle(), TGHtmlLayoutContext::LayoutBlock(), and TGHtmlLayoutContext::WidenLine().
#define CLEAR_Left 0 |
Definition at line 718 of file TGHtmlLayout.cxx.
Referenced by TGHtmlLayoutContext::ClearObstacle(), and TGHtmlLayoutContext::DoBreakMarkup().
#define CLEAR_Right 1 |
Definition at line 719 of file TGHtmlLayout.cxx.
Referenced by TGHtmlLayoutContext::ClearObstacle(), and TGHtmlLayoutContext::DoBreakMarkup().