ToutDoux : Reference manual
<<< Previous PageHomeUpNext Page >>>

TdAbout

Name

TdAbout -- About

Synopsis

strucTdAbout
voidtd_about_destroy
(TdAbout *about);
GtkObject*td_about_new
(void);

Description

Details

struct TdAbout

struct TdAbout
{
gchar *name;
gchar *type;
gchar *version;
gchar *authors;
gchar *help;
gchar *category1;
gchar *category2;
gchar *category3;
gchar *copyright;
gchar *license;
gchar *icon;
gchar *logo;
gchar *web;
};

fr: Object A propos

en: About object

gchar *nameNom - Name
gchar *typeType (preference, communication, view, help)
gchar *versionVersion
gchar *authorsAuteurs - Authors
gchar *helpRésumé - Summary
gchar *category1Classification : 1° catégorie - Sorting : 1° category
gchar *category2Classification : 2° catégorie - Sorting : 2° category
gchar *category3Classification : nom - Sorting : name
gchar *copyrightCopyright
gchar *licenseLicence - License
gchar *iconIcône - Icon
gchar *logoLogo
gchar *webSite web - Web site

td_about_destroy ()

voidtd_about_destroy
(TdAbout *about);

fr: Détruit la description

en: Destroys the description

about : td_about object

td_about_new ()

GtkObject*td_about_new
(void);

fr: Créé une nouvelle description

en: Creates a new description

Return value: description


See Also

<<< Previous PageHomeUpNext Page >>>
IndexIndex