gmlTcl_PointerMode.h

00001 /*
00002  * gmlTcl_PointerMode.h --
00003  *
00004  *  Show/hide mouse cursor
00005  *
00006  * Copyright (c) 2004 CLIPS-IMAG
00007  *
00008  * See the file "gml_LicenseTerms.txt" for information on usage and redistribution
00009  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00010  *
00011  *  Created on March 2005 (Sylvie Rouillard).
00012  */
00013 
00014 #ifndef __GMLTCL_POINTERMODE__
00015 #define __GMLTCL_POINTERMODE__
00016 #if defined(__cplusplus)
00017 extern "C" {
00018 #endif
00019   
00020 #include "tcl.h"
00021   
00022   
00023   int gmlTcl_PointerModeInit (Tcl_Interp *interp);
00024   int gmlTcl_PointerModeExit (Tcl_Interp *interp);
00025   
00026   
00027 #if defined(__cplusplus)
00028 }
00029 #endif
00030 #endif /* ifndef __GMLTCL_POINTERMODE__ */
00031 
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.