diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-06 10:15:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-06 10:15:41 (GMT) |
commit | e108e192582aa1dbe020dfbc09bee5e6ab2cc534 (patch) | |
tree | ff037f19f3ab5ee2aabb8f1cd62d6c7f634179ad /src/gtkext/graph/node-int.h | |
parent | 40d624af29e752bb4255099ab3f1de64e3c96dd3 (diff) |
Said goodbye to Graphviz.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@505 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/graph/node-int.h')
-rw-r--r-- | src/gtkext/graph/node-int.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gtkext/graph/node-int.h b/src/gtkext/graph/node-int.h index ae42196..18b6b20 100644 --- a/src/gtkext/graph/node-int.h +++ b/src/gtkext/graph/node-int.h @@ -64,24 +64,15 @@ struct _GGraphNode visit_flow_nodes_fc visit; /* Visite des noeuds d'exécut° */ find_container_fc contain; /* Retrouve un conteneur */ - GtkWidget *view; /* Morceau de code représenté */ - char name[NODE_NAME_LEN]; /* Adresse sous forme humaine */ - GtkAllocation alloc; /* Emplacement du bloc rattaché*/ pending_position pending_pos; /* Indication sur la position */ PendingPositionFlags pending_flag; /* Cible le champ valide */ GGraphNode *pending_rel; /* Eventuelle ref. relative */ - - - gint pending_x; /* Décallage à appliquer #1 */ /* TODO : remme */ - gint pending_y; /* Décallage à appliquer #2 */ /* TODO : remme */ - bool direct_x; /* Position strictement vert. */ gint pending_left_margin; /* Limite à ne pas dépasser #1 */ gint pending_right_margin; /* Limite à ne pas dépasser #2 */ - }; @@ -90,9 +81,6 @@ struct _GGraphNodeClass { GObjectClass parent; /* A laisser en premier */ - double dpi_x; /* Résolution en abscisse */ - double dpi_y; /* Résolution en ordonnée */ - }; |