| struc | TdModCanvas | |
| GtkObject* | td_mod_canvas_new | |
| void | td_mod_canvas_scrollbar_changed | | ( | GtkAdjustment *adj, | | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_destroy | | ( | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_draw_link | | ( | GtkObject *mod_canvas, | | GnomeCanvasItem *link, | | GnomeCanvasItem *node_parent, | | GnomeCanvasItem *node); |
|
| void | td_mod_canvas_update | | ( | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_create | | ( | TdModCanvas *mod_canvas, | | GtkObject *mod); |
|
| static void | td_mod_canvas_add_selected_child | | ( | gpointer key, | | gpointer link, | | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_hide | | ( | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_zoom_changed | | ( | GtkAdjustment *adj, | | TdModCanvas *mod_canvas); |
|
| static void | td_mod_canvas_add_selected_parent | | ( | gpointer key, | | gpointer link, | | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_button_press | | ( | GtkWidget *widget, | | GdkEventButton *event, | | TdModCanvas *mod_canvas); |
|
| void | td_mod_canvas_add_symbol | | ( | TdModCanvas *mod_canvas, | | GtkObject *symbol); |
|
| void | td_mod_canvas_show | | ( | TdModCanvas *mod_canvas); |
|
| gchar *name | Nom - Name |
| gchar *name_intl | Nom international - International name |
| GtkObject *parent | Parent |
| GtkWidget *label | Etiquette - Label |
| gboolean customize | Personnalisable - Customizable |
| gboolean reorderable | Réarrangeable - Reorderable |
| GList *field | Champs - Fields |
| GList *symbol | Symboles - Symbols |
| gchar *symbol_file | Localisation du fichier des symboles - File location of symbols |
| gint column_oid | Localisation du champs des idendificateurs - Location of identifiers field |
| gchar *table | Nom de la table - Table name |
| gchar *table_net | Nom de la table du reseau - Network table name |
| gchar *table_tree | Nom de la table de l'arboresence - Tree table name |
| GtkWidget *widget | Widget |
| GtkWidget *widget_data | Widget de données - Widget with data |
| GtkWidget *vruler | Règle verticale - Vertical ruler |
| GtkWidget *hruler | Règle horizontale - Horizontal ruler |
| GtkWidget *menu_widget | Menu |
| GtkWidget *menu_link_widget | Menu des liens - Links menu |
| GnomeCanvasGroup *selected | Item selectionné - Selected item |
| GnomeCanvasItem *item | Item tampon - Buffer item |
| GHashTable *items | Items |
| GnomeCanvasItem *link | Lien tampon - Buffer link |
| GHashTable *links | Liens - Links |
| GList *selected_parent | Items enfant selectionnés - Selected child items |
| GList *selected_child | Items enfant selectionnés- Selected child items |
| GList *selected_link_parent | Liens entrants selectionnés - Selected input links |
| GList *selected_link_child | Liens sortants selectionnés - Selected output links |
| gint dragging | Drapeau du tirer - Dragging flag |
| gdouble dragging_x | Coordonnée x du tirer - x coordinate of dragging |
| gdouble dragging_y | Coordonnée y du tirer - y coordinate of dragging |
| gdouble init_x | Coordonnée x initiale du tirer - Initial x coordinate of dragging |
| gdouble init_y | Coordonnée y initiale du tirer - Initial y coordinate of dragging |
| GtkObject *panwindow | Fenêtre pan - Pan window |
| GtkWidget *zoom_label | Etiquette du zoom - Zoom label |