summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/node-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/node-int.h')
-rw-r--r--src/gtkext/graph/node-int.h12
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 */
-
};