#include "vtcl.h"
#include "vgraph.h"
#include "vcommands.h"
#include "event.h"
#include "binding.h"
#include "vmisc.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <sys/types.h>
#include <unistd.h>
#include "graph_layout.h"
Defines | |
#define | DOT_SCALE 72 |
Enumerations | |
enum | layout_method { DEFAULT = 0, TREE, DOT } |
|
|