swig/SWIG/Lib/tcl/tclkw.swg

10 lines
255 B
Text

#ifndef __tcl_tclkw_swg__
#define __tcl_tclkw_swg__
// Some special reserved words in classes
%keywordwarn("cget is a tcl reserved method name") *::cget;
%keywordwarn("configure is a tcl reserved method name") *::configure;
#endif //__tcl_tclkw_swg__