#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 |
|
|
Définition à la ligne 12 du fichier EdBx-Python.c. |
|
||||||||||||
|
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: ![]() |
|
|
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: ![]() |
|
|
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. |
|
|
Définition à la ligne 5 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 8 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 6 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 7 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 10 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 9 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 17 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 16 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 18 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 13 du fichier EdBx-Python.c. |
|
|
Définition à la ligne 14 du fichier EdBx-Python.c. |
1.4.2