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

TdAppCommand

Name

TdAppCommand -- Command zone

Synopsis

strucTdAppCommand
voidtd_app_command_hide
(TdAppCommand *command);
voidtd_app_command_create
(TdAppCommand *command);
voidtd_app_command_show
(TdAppCommand *command);
voidtd_app_command_destroy
(TdAppCommand *command);
GtkObject*td_app_command_new
(void);

Description

Details

struct TdAppCommand

struct TdAppCommand
{
GtkWidget *window;
gboolean window_visible;
GtkWidget *entry;
};

fr: Object zone de commande

en: Command zone object

GtkWidget *windowFenêtre - Window
gboolean window_visibleDrapeau de visibilité - Visibility flag
GtkWidget *entryEntrée - Entry

td_app_command_hide ()

voidtd_app_command_hide
(TdAppCommand *command);

fr: Cache la zone de commande

en: Hides the command zone

command : command

td_app_command_create ()

voidtd_app_command_create
(TdAppCommand *command);

fr: Créé l'interface de la zone de commande

en: Creates the interface of the command zone

command : command

td_app_command_show ()

voidtd_app_command_show
(TdAppCommand *command);

fr: Affiche la zone de commande

en: Displays the command zone

command : command

td_app_command_destroy ()

voidtd_app_command_destroy
(TdAppCommand *command);

fr: Détruit la zone de commande

en: Destroys the command zone

command : command

td_app_command_new ()

GtkObject*td_app_command_new
(void);

fr: Créé une nouvelle zone de commande

en: Creates a new command zone

Return value: command zone


See Also

<<< Previous PageHomeUpNext Page >>>
IndexIndex