| ToutDoux : Reference manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
| struc | TdModTree | |||||||||||||||||
| void | td_mod_tree_hide |
| ||||||||||||||||
| void | td_mod_tree_update |
| ||||||||||||||||
| void | td_mod_tree_dnd_action |
| ||||||||||||||||
| gint | td_mod_tree_dnd_autoexpand |
| ||||||||||||||||
| void | td_mod_tree_dnd_received |
| ||||||||||||||||
| void | td_mod_tree_button_press |
| ||||||||||||||||
| void | td_mod_tree_select_node |
| ||||||||||||||||
| void | td_mod_tree_create |
| ||||||||||||||||
| int | td_mod_tree_dnd_drag_position |
| ||||||||||||||||
| void | td_mod_tree_destroy |
| ||||||||||||||||
| GtkObject* | td_mod_tree_new |
| ||||||||||||||||
| void | td_mod_tree_action |
| ||||||||||||||||
| void | td_mod_tree_dnd_motion |
| ||||||||||||||||
| void | td_mod_tree_collapse |
| ||||||||||||||||
| void | td_mod_tree_show |
| ||||||||||||||||
| GList* | td_mod_tree_read_node |
| ||||||||||||||||
| void | td_mod_tree_refresh_node |
| ||||||||||||||||
| void | td_mod_tree_expand |
| ||||||||||||||||
| void | td_mod_tree_add_icon |
| ||||||||||||||||
| GtkCTreeNode * | td_mod_tree_add_node |
| ||||||||||||||||
| void | td_mod_tree_dnd_get |
| ||||||||||||||||
| void | td_mod_tree_interface_action |
|
| struct TdModTree | ||||||||||||||||||||||||||||||||||||||||
|
| fr: Objet module arbre |
| en: Tree module object |
| 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 *icon | Icônes - Icons |
| gint column_oid | Localisation du champs des idendificateurs - Location of identifiers field |
| gchar *table | Nom de la table - Table name |
| gchar *table_tree | Nom de la table de l'arbre - Tree table name |
| GtkWidget *widget | Widget |
| GtkWidget *widget_data | Widget de données - Widget with data |
| GtkWidget *menu_widget | Menu |
| GtkCTreeNode *selected | Item selectionné - Selected item |
| GList *list_widget | Widget des listes - Widget of lists |
| GList *list_query | Requête des liste - Query of lists |
| GList *list_type | Type des listes - Type of lists |
| void | td_mod_tree_hide |
|
| fr: Cache l'arbre |
| en: Hides the tree |
| mod_tree | : tree |
| void | td_mod_tree_update |
|
| fr: Rafraîchis les données de l'arbre |
| en: Refresh the data of tree |
| mod_tree | : tree |
| void | td_mod_tree_dnd_action |
|
| fr: Execute une modification générée par le drag'n'drop du module |
| en: Execute a modification generated by drag'n'drop of module |
| mod_tree | : component |
| node_drag | : node of drag |
| node_drop | : node of drop |
| node_parent | : parent of futur node |
| node_sibling | : sibling of futur node |
| context | : drag'n'drop context |
| gint | td_mod_tree_dnd_autoexpand |
|
| fr: Lance la temporisation de l'auto-expansion |
| en: Lauch the autoexpand temporization |
| Return value: temporization identifier |
| widget | : widget |
| void | td_mod_tree_dnd_received |
|
| fr: Réception des données au lâché |
| en: Receipt data at drop |
| widget | : tree widget |
| context | : drag'n'drop context |
| x | : x coordinate at end of drag'n'drop |
| y | : y coordinate at end of drag'n'drop |
| selection_data | : drag'n'drop selection |
| info | : drag'n'drop info |
| time | : drag'n'drop time |
| mod_tree | : component |
| void | td_mod_tree_button_press |
|
| fr: Evènement 'button_press' de l'arbre |
| en: Event 'button_press' of tree |
| widget | : ctree widget |
| event | : event button |
| mod_tree | : tree |
| void | td_mod_tree_select_node |
|
| fr: Mise à jour de la node courante |
| en: Update the current node |
| widget | : tree widget |
| row | : event's row |
| column | : event's column |
| event | : event |
| mod_tree | : tree |
| void | td_mod_tree_create |
|
| fr: Créé l'interface de l'arbre du module |
| en: Creates the interface of tree of module |
| mod_tree | : tree |
| mod | : module |
| int | td_mod_tree_dnd_drag_position |
|
| fr: Retourne le numéro de ligne correspondant aux coordonées (x,y) |
| en: Return the row number corresponding the coordinates (x,y) |
| Return value: integer |
| widget | : tree widget |
| x | : x coordinate |
| y | : y coordinate |
| scrolledwindow | : scroll positions of tree |
| void | td_mod_tree_destroy |
|
| fr: Détruit l'arbre |
| en: Destroys the tree |
| mod_tree | : tree |
| GtkObject* | td_mod_tree_new |
|
| fr: Créé un nouveau arbre |
| en: Creates a new tree |
| Return value: tree |
| void | td_mod_tree_action |
|
| fr: Execute une modification élémentaire générée par l'arbre |
| en: Execute a elementary modification generated by the tree |
| mod_tree | : component |
| type | : type of action |
| void | td_mod_tree_dnd_motion |
|
| fr: Evènement 'drag_motion' de l'arbre |
| en: Event 'drag_motion' of tree |
| widget | : tree widget |
| context | : drag'n'drop context |
| x | : x coordinate |
| y | : y coordinate |
| time | : drag'n'drop time |
| scrolledwindow | : scroll positions of tree |
| void | td_mod_tree_collapse |
|
| fr: Evènement 'tree_collapse' de l'arbre |
| en: Event 'tree_collapse' of tree |
| widget | : ctree widget |
| node | : node selected |
| mod_tree | : tree |
| void | td_mod_tree_show |
|
| fr: Affiche l'arbre |
| en: Displays the tree |
| mod_tree | : tree |
| GList* | td_mod_tree_read_node |
|
| fr: Retourne la liste des valeurs de la node |
| en: Return the list of values of the node |
| Return value: list |
| mod_tree | : tree |
| node | : node |
| void | td_mod_tree_refresh_node |
|
| fr: Mise à jour de la node courante |
| en: Update the current node |
| mod_tree | : tree |
| void | td_mod_tree_expand |
|
| fr: Evènement 'tree_expand' de l'arbre |
| en: Event 'tree_expand' of tree |
| widget | : ctree widget |
| node | : node selected |
| mod_tree | : tree |
| void | td_mod_tree_add_icon |
|
| fr: Ajoute l'icône à l'arbre |
| en: Adds the icon to tree |
| mod_tree | : tree |
| icon | : icon |
| GtkCTreeNode * | td_mod_tree_add_node |
|
| fr: Création d'une nouvelle node |
| en: Creates a new node |
| Return value: node |
| mod_tree | : tree |
| parent | : parent node |
| sibling | : sibling node |
| data | : data list |
| void | td_mod_tree_dnd_get |
|
| fr: Prise de données au tiré |
| en: Catch data at drag |
| widget | : tree widget |
| context | : drag'n'drop context |
| selection_data | : drag'n'drop selection |
| info | : drag'n'drop info |
| time | : drag'n'drop time |
| row | : row number of selection |
| void | td_mod_tree_interface_action |
|
| fr: Ecriture de la valeur sur la node courante |
| en: Write the value to the current node |
| menuitem | : tree |
| data | : value |
| <<< Previous Page | Home | Up | Next Page >>> |
| Index | Index | ||