gmlTcl_WrapperTkOption.h

00001 /*
00002  * gml/tcl/wrapper/wrapper/gmlTcl_WrapperTkOption.h --
00003  *
00004  *    Declares a "Tk_ObjCustomOption" for parsing object names.
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 January 21, 2004 (FB)
00012  */
00013 #ifndef __GMLTCL_WRAPPERTKOPTION__
00014 #define __GMLTCL_WRAPPERTKOPTION__
00015   #if defined(__cplusplus)
00016     extern "C" {
00017   #endif
00018 
00019 #include "tk.h"
00020 
00021 /*
00022  * gmlTcl_gOption_WrappedObj --
00023  *
00024  *  A "Tk_ObjCustomOption" (see "Tk_SetOptions" Tk C library man pages) for parsing object
00025  *    string names.
00026  *  The "ClientData" field of the struct must be set to a "gmlTcl_TWrapClass": only objects of
00027  *    this class or a descendent of this class are searched.
00028  */
00029 extern Tk_ObjCustomOption     gmlTcl_gOption_WrappedObj;
00030 
00031 
00032   #if defined(__cplusplus)
00033     }
00034   #endif
00035 #endif
00036 
00037 
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.