tclkw.swg 247 B

12345678910
  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_