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

TdAppBench

Name

TdAppBench -- Bench

Synopsis

strucTdAppBench
voidtd_app_bench_destroy
(TdAppBench *bench);
GtkObject*td_app_bench_new
(void);
voidtd_app_bench_hide
(TdAppBench *bench);
voidtd_app_bench_show
(TdAppBench *bench);
voidtd_app_bench_add_mod
(TdAppBench *bench,
GtkObject *mod);
voidtd_app_bench_create
(TdAppBench *bench);

Description

Details

struct TdAppBench

struct TdAppBench
{
GtkWidget *window;
gboolean window_visible;
GtkWidget *notebook;
GtkWidget *notebook_vbox;
};

fr: Object établi

en: Bench object

GtkWidget *windowFenêtre - Window
gboolean window_visibleDrapeau de visibilité - Visibility flag
GtkWidget *notebookOnglets - Notebook
GtkWidget *notebook_vboxContainer des onglets - Container of notebook

td_app_bench_destroy ()

voidtd_app_bench_destroy
(TdAppBench *bench);

fr: Détruit l'établi

en: Destroys the bench

bench : bench

td_app_bench_new ()

GtkObject*td_app_bench_new
(void);

fr: Créé un nouveau établi

en: Creates a new bench

Return value: bench


td_app_bench_hide ()

voidtd_app_bench_hide
(TdAppBench *bench);

fr: Cache l'établi

en: Hides the bench

bench : bench

td_app_bench_show ()

voidtd_app_bench_show
(TdAppBench *bench);

fr: Affiche l'établi

en: Displays the bench

bench : bench

td_app_bench_add_mod ()

voidtd_app_bench_add_mod
(TdAppBench *bench,
GtkObject *mod);

fr: Ajoute un module à l'établi

en: Adds a module to bench

bench : bench
mod : module

td_app_bench_create ()

voidtd_app_bench_create
(TdAppBench *bench);

fr: Créé l'interface de l'établi de l'application

en: Creates the interface of bench of application

bench : bench

See Also

<<< Previous PageHomeUpNext Page >>>
IndexIndex