ToutDoux : Manuel de référence
<<< Page précédenteSommaireHautPage suivante >>>

TdModBox

Nom

TdModBox -- Box module

Synopsis

strucTdModBox
voidtd_mod_box_destroy
(TdModBox *mod_box);
voidtd_mod_box_show
(TdModBox *mod_box);
voidtd_mod_box_update
(TdModBox *mod_box);
voidtd_mod_box_create
(TdModBox *mod_box,
GtkObject *mod);
voidtd_mod_box_set_widget_focus
(TdModBox *mod_box,
GtkWidget *widget_focus);
voidtd_mod_box_hide
(TdModBox *mod_box);
GtkObject*td_mod_box_new
(void);
voidtd_mod_box_set_widget
(TdModBox *mod_box,
GtkWidget *widget);
voidtd_mod_box_set_widget_data
(TdModBox *mod_box,
GtkWidget *widget_data);

Description

Détails

struct TdModBox

struct TdModBox
{
gchar *name;
GtkObject *parent;
GtkWidget *label;
gboolean customize;
GtkWidget *widget;
GtkWidget *widget_focus;
GtkWidget *widget_data;
GtkWidget *menu_widget;
};

fr: Objet module boîte

en: Box module object

gchar *nameNom - Name
GtkObject *parentParent
GtkWidget *labelEtiquette - Label
gboolean customizePersonnalisable - Customizable
GtkWidget *widgetWidget
GtkWidget *widget_focusWidget avec le focus par default - Widget with focus by defauft
GtkWidget *widget_dataWidget de données - Widget with data
GtkWidget *menu_widgetMenu

td_mod_box_destroy ()

voidtd_mod_box_destroy
(TdModBox *mod_box);

fr: Détruit la boîte

en: Destroys the box

mod_box : box

td_mod_box_show ()

voidtd_mod_box_show
(TdModBox *mod_box);

fr: Affiche la boîte

en: Displays the box

mod_box : box

td_mod_box_update ()

voidtd_mod_box_update
(TdModBox *mod_box);

fr: Rafraîchis la boîte

en: Refresh the box

mod_box : box

td_mod_box_create ()

voidtd_mod_box_create
(TdModBox *mod_box,
GtkObject *mod);

fr: Créé l'interface de la boîte

en: Creates the interface of box

mod_box : box
mod : module

td_mod_box_set_widget_focus ()

voidtd_mod_box_set_widget_focus
(TdModBox *mod_box,
GtkWidget *widget_focus);

fr: Déclare le widget avec le focus par défaut

en: Declares the widget with focus by defauft

mod_box : box
widget_focus : widget with focus by defauft

td_mod_box_hide ()

voidtd_mod_box_hide
(TdModBox *mod_box);

fr: Cache la boîte

en: Hides the box

mod_box : box

td_mod_box_new ()

GtkObject*td_mod_box_new
(void);

fr: Créé une nouvelle boîte

en: Creates a new box

Return value: box


td_mod_box_set_widget ()

voidtd_mod_box_set_widget
(TdModBox *mod_box,
GtkWidget *widget);

fr: Affecte le widget à la boîte

en: Allocates the widget to box

mod_box : box
widget : widget

td_mod_box_set_widget_data ()

voidtd_mod_box_set_widget_data
(TdModBox *mod_box,
GtkWidget *widget_data);

fr: Déclare le widget contenant les données

en: Declares the widget with data

mod_box : box
widget_data : widget

Voir aussi

<<< Page précédenteSommaireHautPage suivante >>>
IndexIndex