ToutDoux : Reference manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
struc | TdFlower | |||||||
void | td_flower_add_petal_attribut |
| ||||||
void | td_flower_add_foliole_attribut |
| ||||||
void | td_flower_destroy |
| ||||||
gboolean | td_flower_save_file |
| ||||||
GtkObject* | td_flower_new |
| ||||||
void | td_flower_add_branch_attribut |
| ||||||
void | td_flower_add_item |
| ||||||
gboolean | td_flower_load_file |
| ||||||
void | td_flower_add_stomate_attribut |
|
struct TdFlower | ||||||||||||||||||||||||||||||||
|
fr: objet fleur |
en: Flower object |
gchar *root | Nom de la racine - Root name |
gchar *branch | Nom des branches - Branchs name |
GList *branch_attribut | Attributs des branches - Branchs attributs |
gchar *petal | Nom des pétales - Petals name |
GList *petal_attribut | Attributs des pétales - Petals attributs |
gchar *foliole | Nom des folioles - Folioles name |
GList *foliole_attribut | Attributs des folioles - Folioles attributs |
gchar *stomate | Nom des stomates - Stomates name |
GList *stomate_attribut | Attributs des stomates - Stomates attributs |
GList *items_value | Données - Data |
GList *items_level | Niveau des données - Level of data |
gboolean mode_level | mode niveaux - level mode |
gboolean mode_type | mode type - type mode |
gboolean mode_one_column | mode collone unique - unique column mode |
void | td_flower_add_petal_attribut |
|
fr: Ajoute l'attribut de pétale (niveau 1) à la fleur |
en: Adds the petal attribut (level 1) to flower |
flower | : flower |
petal_attribut | : petal attribut |
void | td_flower_add_foliole_attribut |
|
fr: Ajoute l'attribut de foliole (niveau 2) à la fleur |
en: Adds the foliole attribut (level 2) to flower |
flower | : flower |
foliole_attribut | : foliole attribut |
void | td_flower_destroy |
|
fr: Détruit la fleur |
en: Destroys the flower |
flower | : flower |
gboolean | td_flower_save_file |
|
fr: Enregistre le fichier |
en: Save the file |
Return value: FALSE on error |
flower | : flower |
file | : file |
GtkObject* | td_flower_new |
|
fr: Créé une nouvelle fleur |
en: Creates a new flower |
Return value: flower |
void | td_flower_add_branch_attribut |
|
fr: Ajoute l'attribut de branche (niveau 0) à la fleur |
en: Adds the branch attribut (level 0) to flower |
flower | : flower |
branch_attribut | : branch attribut |
void | td_flower_add_item |
|
fr: Ajoute l'item à la fleur |
en: Adds the item to flower |
flower | : flower |
item | : item |
level | : item's level |
gboolean | td_flower_load_file |
|
fr: Charge le fichier |
en: Load the file |
Return value: FALSE on error |
flower | : flower |
file | : file |
void | td_flower_add_stomate_attribut |
|
fr: Ajoute l'attribut de stomate (niveau 3) à la fleur |
en: Adds the stomate attribut (level 3) to flower |
flower | : flower |
stomate_attribut | : stomate attribut |
<<< Previous Page | Home | Up | Next Page >>> |
Index | Index |