GedManagement.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------------*/
00002 /* Copyright INRIA 2006                                                                    */
00003 /* File   : GedManagement.h                                                                */
00004 /* Author : Jean-Baptiste Silvy                                                            */
00005 /* Desc   : C functions to manage ged (only destroy for now)                               */
00006 /*-----------------------------------------------------------------------------------------*/
00007 
00008 #ifndef __GEDMANAGEMENT_H_
00009 #define __GEDMANAGEMENT_H_
00010 /*-----------------------------------------------------------------------------------------*/
00011 /* close the graphic editor linked with the window figureId */
00012 int sciDestroyGed( int figureId ) ;
00013 /*-----------------------------------------------------------------------------------------*/
00014 
00015 /*-----------------------------------------------------------------------------------------*/
00016 /* return true if ged is opened on the window figureId */
00017 int isGedOpenedOn( int figureId ) ;
00018 /*-----------------------------------------------------------------------------------------*/
00019 #endif /* __GEDMANAGEMENT_H_ */

Generated on Sun Mar 4 15:04:01 2007 for Scilab [trunk] by  doxygen 1.5.1