]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/swig_lib/tcl/delcmd.swg
fixed code for swapping rect corners if out of order (bug 800180)
[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