Référence du fichier EdBx-Python.c

#include <gtk/gtk.h>
#include "Globals.h"

Graphe des dépendances par inclusion de EdBx-Python.c:

Aller au code source de ce fichier.

Macros

#define nbEXT   4

Fonctions

void Projet_Compiler ()
int main (int argc, char **argv)

Variables

gchar * AppCAPTION = "Python Bx Editor"
gchar * AppConf = "EdBx-Python.conf"
gchar * AppEXTproj = "*.bxpyp"
gchar * AppCOMPILER = "python"
gchar * AppLINKER = "ld"
gchar * AppICON = "img/ico.png"
gchar * EXTs [nbEXT] = { NULL , "py" }
gchar * IMGs [nbEXT] = { NULL ,"img/py-16.xpm"}
gchar * AppNEWfile = "new.py"
gchar * AppMIME = "text/x-python"
gchar * AppTEMPLATE = "Templates/hello.py"
gchar * AppABOUTstr


Documentation des macros

#define nbEXT   4
 

Définition à la ligne 12 du fichier EdBx-Python.c.


Documentation des fonctions

int main int  argc,
char **  argv
 

Définition à la ligne 42 du fichier EdBx-Python.c.

Références Projet_Ouvrir(), et Show_Editor().

00043 {
00044   gtk_init(&argc, &argv);
00045 
00046   Show_Editor();
00047   if (argv[1]) Projet_Ouvrir(argv[1]);
00048 
00049   gtk_main();
00050   return 0;
00051 }

Voici le graphe d'appel pour cette fonction:

void Projet_Compiler  ) 
 

Définition à la ligne 27 du fichier EdBx-Python.c.

Références AppCOMPILER, Creer_Pipe(), idACTIF, et Liste_Add_Msg().

00028 {
00029   gchar *S;
00030 
00031   gtk_list_store_clear(GTK_LIST_STORE (model));
00032 
00033   S = g_strdup_printf("%s %s", AppCOMPILER, chemin[idACTIF]);
00034   Liste_Add_Msg(S);
00035   Creer_Pipe(S);
00036 
00037 }

Voici le graphe d'appel pour cette fonction:


Documentation des variables

gchar* AppABOUTstr
 

Valeur initiale:

 "Python Bx Editor\nEcrit en C avec GTK+ 2.0\n\n"
                          "Par Bertrand-Xavier Massot (C) 2006\n"

Définition à la ligne 19 du fichier EdBx-Python.c.

gchar* AppCAPTION = "Python Bx Editor"
 

Définition à la ligne 5 du fichier EdBx-Python.c.

gchar* AppCOMPILER = "python"
 

Définition à la ligne 8 du fichier EdBx-Python.c.

gchar* AppConf = "EdBx-Python.conf"
 

Définition à la ligne 6 du fichier EdBx-Python.c.

gchar* AppEXTproj = "*.bxpyp"
 

Définition à la ligne 7 du fichier EdBx-Python.c.

gchar* AppICON = "img/ico.png"
 

Définition à la ligne 10 du fichier EdBx-Python.c.

gchar* AppLINKER = "ld"
 

Définition à la ligne 9 du fichier EdBx-Python.c.

gchar* AppMIME = "text/x-python"
 

Définition à la ligne 17 du fichier EdBx-Python.c.

gchar* AppNEWfile = "new.py"
 

Définition à la ligne 16 du fichier EdBx-Python.c.

gchar* AppTEMPLATE = "Templates/hello.py"
 

Définition à la ligne 18 du fichier EdBx-Python.c.

gchar* EXTs[nbEXT] = { NULL , "py" }
 

Définition à la ligne 13 du fichier EdBx-Python.c.

gchar* IMGs[nbEXT] = { NULL ,"img/py-16.xpm"}
 

Définition à la ligne 14 du fichier EdBx-Python.c.


Généré le Sat Jan 13 02:54:21 2007 pour EdBX:IDELangageC,Python,FASMécritavecGTK+ par  doxygen 1.4.2