Home | History | Annotate | Download | only in tcl
      1 #ifndef TCL_TCLKW_SWG_
      2 #define TCL_TCLKW_SWG_
      3 
      4 // Some special reserved words in classes
      5 
      6 %keywordwarn("cget is a tcl reserved method name") *::cget;
      7 %keywordwarn("configure is a tcl reserved method name") *::configure;
      8 
      9 
     10 #endif //_TCL_TCLKW_SWG_
     11