#include "manip.h" #include "stabilite.h" //nouveauD(0,stabilite_id,"stabilite",exec_stabilite); //-------------------- fonction exec de la fenetre : stabilite ------------------------------- void exec_stabilite(int fen,int item,double valeur,...) { if(item>1000) item-=1000; // pour appeler le case pour tous les cara d'un edit texte switch(item) { case ouverture : selectgra(fen); graph->ymin=-0.04; graph->ymax=0.04; graph->ypas=0.01; graph->xmin=0.; graph->xmax=360.; graph->xpas=90.; graph->grille=0; graph->graduations=1; graph->taille_graduations=10; graph->sans_image=0; graph->avec_icones=0; strcpy(graph->xtitre, "phases"); strcpy(graph->ytitre, "Timedrift"); retrace(fen); break; case fermeture : break; case PHS_stabil : break; default : break; } }