PageRenderTime 47ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/tcl/tclkw.swg

#
Unknown | 10 lines | 6 code | 4 blank | 0 comment | 0 complexity | d92da961e4e2ebee88048237a5cda565 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #ifndef TCL_TCLKW_SWG_
  2. #define TCL_TCLKW_SWG_
  3. // Some special reserved words in classes
  4. %keywordwarn("cget is a tcl reserved method name") *::cget;
  5. %keywordwarn("configure is a tcl reserved method name") *::configure;
  6. #endif //_TCL_TCLKW_SWG_