#include "tcltk_calling_convention.h"
#include "vwidget.h"
#include <string.h>
#include "common/suif_list.h"
Go to the source code of this file.
Compounds | |
class | gedge |
class | gnode |
struct | item_geom |
class | vgraph |
Defines | |
#define | NODE_TEXT_LEN 40 |
#define | LAYOUT_DEFAULT "default" |
#define | LAYOUT_TREE "tree" |
#define | LAYOUT_DOT "dot" |
Typedefs | |
typedef list<gnode*> | gnode_list |
typedef list<gedge*> | gedge_list |
Enumerations | |
enum | arrow_dir { ARROW_NONE = 0, ARROW_FORWARD, ARROW_BOTH } |
|
|
|
|
|
|
|
ARROW_NONE | |
ARROW_FORWARD | |
ARROW_BOTH |