]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/swig_lib/tcl/delcmd.swg
take out key handling at control level, we'll remove that later on, if things are...
[wxWidgets.git] / wxPython / wxSWIG / swig_lib / tcl / delcmd.swg
1 /* delcmd.swg : Tcl object deletion method */
2
3 static void TclDelete@CLASS@(ClientData clientData) {
4 @DESTRUCTOR@((@CLASSTYPE@) clientData);
5 }
6