/trunk/Examples/python/callback/index.html
HTML | 19 lines | 13 code | 6 blank | 0 comment | 0 complexity | da223ac9438a637ec33a7a682a51e30a MD5 | raw file
1<html> 2<head> 3<title>SWIG:Examples:python:callback</title> 4</head> 5 6<body bgcolor="#ffffff"> 7 8 9<tt>SWIG/Examples/python/extend/</tt> 10<hr> 11 12<H2>Implementing C++ callbacks in Python</H2> 13 14<p> 15This example illustrates how to use directors to implement C++ callbacks in Python. 16 17<hr> 18</body> 19</html>