| ToutDoux : Manuel de référence | |||
|---|---|---|---|
| <<< Page précédente | Sommaire | Haut | Page suivante >>> |
| struc | TdMod | |||||||||||||
| void | td_mod_unmodified |
| ||||||||||||
| void | td_mod_action_etabliste_unset |
| ||||||||||||
| void | td_mod_modified |
| ||||||||||||
| void | td_mod_about_show |
| ||||||||||||
| void | td_mod_refresh |
| ||||||||||||
| void | td_mod_custom_show |
| ||||||||||||
| void | td_mod_show |
| ||||||||||||
| void | td_mod_switch_page |
| ||||||||||||
| int | td_mod_action_bench_real |
| ||||||||||||
| void | td_mod_add_cmd |
| ||||||||||||
| void | td_mod_add_table |
| ||||||||||||
| void | td_mod_presto_show |
| ||||||||||||
| void | td_mod_add_property |
| ||||||||||||
| void | td_mod_custom_refresh |
| ||||||||||||
| gchar* | td_mod_custom_value |
| ||||||||||||
| void | td_mod_action_etabliste_set |
| ||||||||||||
| void | td_mod_destroy |
| ||||||||||||
| void | td_mod_set_about |
| ||||||||||||
| void | td_mod_add_etabliste |
| ||||||||||||
| GtkObject* | td_mod_new |
| ||||||||||||
| void | td_mod_custom_load |
| ||||||||||||
| void | td_mod_update |
| ||||||||||||
| void | td_mod_cmd_load |
| ||||||||||||
| void | td_mod_add_bench |
| ||||||||||||
| void | td_mod_hide |
| ||||||||||||
| void | td_mod_create |
| ||||||||||||
| void | td_mod_action_bench |
| ||||||||||||
| void | td_mod_add_child |
|
| struct TdMod | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| fr: Objet module |
| en: Module object |
| gchar *name | Nom - Name |
| gchar *name_intl | Nom international - International name |
| gchar *group | Groupe - Group |
| gchar *fields | Champs - Fields |
| GList *property | Propriétés - Properties |
| gboolean modified | Drapeau de modifications non enregistrées - Flag for unsaved changes |
| void *plugin | Greffon - Plug-in |
| TdModType type | Type |
| gchar *costumer | Module client - Customer module |
| GHashTable *cmd | Commandes - Commands |
| GHashTable *tool | Outils - Tools |
| GHashTable *menu | Menus |
| GHashTable *menu_link | Menu des liens - Links menu |
| GHashTable *bench | Composants pour l'établi - Bench components |
| GHashTable *etabliste | Composants pour l'établiste - Etabliste components |
| GHashTable *custom | Valeurs de la personnalisation - Customize values |
| GList *child | Composants - Components |
| GList *table | Tables |
| GtkWidget *window | Fenêtre - Window |
| gboolean palettizable | Palletisable - Palettizable |
| GtkWidget *palette_button | Bouton de la palette - Palette button |
| GtkWidget *notebook | Onglets - Notebook |
| gboolean window_visible | Drapeau de visibilité - Visibility flag |
| GtkWidget *toolbar | Barre d'outils - Toolbar |
| GtkWidget *menu_widget | Widget menu - Menu widget |
| GtkWidget *menu_link_widget | Widget menu des liens - Links menu widget |
| GtkWidget *bench_vbox | Container des onglets de l'établi - Container of notebook of bench |
| GtkWidget *etabliste_vbox | Container des onglets de l'établiste - Container of notebook of bench of lists |
| GtkObject *about | Description |
| void | td_mod_unmodified |
|
| fr: Marque le module comme non-modifiée |
| en: Mark the module as unmodified |
| mod | : module |
| void | td_mod_action_etabliste_unset |
|
| fr: Execute une mise à zéro générée par l'établiste du module |
| en: Execute a unset generated by the etabliste of module |
| widget | : widget of the new value |
| row | : module |
| column | : column |
| event | : event |
| mod | : module |
| void | td_mod_modified |
|
| fr: Marque le module comme modifiée |
| en: Mark the module as modified |
| mod | : module |
| void | td_mod_about_show |
|
| fr: Affiche le à propos du module |
| en: Displays the about of module |
| widget | : not used |
| mod | : module |
| void | td_mod_refresh |
|
| fr: Rafraîchis le menu du composant du module |
| en: Refresh the menu of component of module |
| mod | : module |
| void | td_mod_custom_show |
|
| fr: Affiche le dialogue de personnalisation du module |
| en: Displays the customize dialog of module |
| widget | : not used |
| mod | : module |
| void | td_mod_show |
|
| fr: Affiche le module |
| en: Displays the module |
| mod | : module |
| void | td_mod_switch_page |
|
| fr: Evènement de changement de page sur l'interface du module |
| en: Event of changing page in the module's interface |
| notebook | : notebook widget |
| page | : page widget |
| page_num | : page number |
| mod | : module |
| int | td_mod_action_bench_real |
|
| data: 1: widget: widget of the new value |
| fr: Execute une modification générée par l'établi du module après un délai d'attente |
| en: Execute a modification generated by the bench of module after a waiting delay |
| Return value: FLAG_ENTRY_CHANGED_ID (identifier of bench element) |
| data | : list |
| void | td_mod_add_cmd |
|
| fr: Ajoute une incantation au module |
| en: Adds an incantation to module |
| mod | : module |
| name | : name |
| function | : function |
| required | : number of required arguments |
| optional | : number of optional args |
| rest | : flag for the 'rest' list |
| void | td_mod_add_table |
|
| fr: Ajoute la table au module |
| en: Adds the table to module |
| mod | : module |
| table | : table |
| void | td_mod_presto_show |
|
| fr: Affiche le dialogue de documentation du module |
| en: Displays the documentation dialog of module |
| widget | : not used |
| mod | : module |
| void | td_mod_add_property |
|
| fr: Ajoute la propriété au module |
| en: Adds the property to module |
| mod | : module |
| property | : property |
| void | td_mod_custom_refresh |
|
| fr: Rafraîchis la personnalisation |
| en: Refresh the customize values |
| mod | : module |
| gchar* | td_mod_custom_value |
|
| fr: Retourne la valeur de l'option de personnalisation du module |
| en: Return the value of the option of the module's customize |
| Return value: string |
| mod | : module |
| category | : option's category |
| group | : option's group |
| option | : option's name |
| void | td_mod_action_etabliste_set |
|
| fr: Execute une mise à un générée par l'établiste du module |
| en: Execute a set generated by the etabliste of module |
| widget | : widget of the new value |
| row | : module |
| column | : column |
| event | : event |
| mod | : module |
| void | td_mod_destroy |
|
| fr: Détruit le module |
| en: Destroys the module |
| mod | : module |
| void | td_mod_set_about |
|
| fr: Affecte la description au module |
| en: Allocates the description to module |
| mod | : module |
| about | : description |
| void | td_mod_add_etabliste |
|
| fr: Ajoute une liste d'établiste au module |
| en: Adds a list of etabliste lists to module |
| mod | : module |
| etabliste | : etabliste |
| GtkObject* | td_mod_new |
|
| fr: Créé un nouveau module |
| en: Creates a new module |
| Return value: module |
| void | td_mod_custom_load |
|
| fr: Charge la personnalisation |
| en: Load the customize values |
| mod | : module |
| void | td_mod_update |
|
| fr: Rafraîchis le module |
| en: Refresh the module |
| mod | : module |
| void | td_mod_cmd_load |
|
| fr: Charge les commandes |
| en: Load the commands |
| mod | : module |
| void | td_mod_add_bench |
|
| fr: Ajoute un item d'établi au module |
| en: Adds a bench item to module |
| mod | : module |
| bench | : bench |
| void | td_mod_hide |
|
| fr: Cache le module |
| en: Hides the module |
| mod | : module |
| void | td_mod_create |
|
| fr: Créé l'interface du module |
| en: Creates the interface of module |
| mod | : module |
| void | td_mod_action_bench |
|
| fr: Execute une modification générée par l'établi du module |
| en: Execute a modification generated by the bench of module |
| widget | : widget of the new value |
| mod | : module |
| void | td_mod_add_child |
|
| fr: Ajoute le sous-module au module |
| en: Adds the sub-module to module |
| mod | : module |
| child | : child |
| <<< Page précédente | Sommaire | Haut | Page suivante >>> |
| Index | Index | ||