diff options
Diffstat (limited to 'Examples/python/callback/index.html')
-rw-r--r-- | Examples/python/callback/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/python/callback/index.html b/Examples/python/callback/index.html new file mode 100644 index 0000000..e2017ec --- /dev/null +++ b/Examples/python/callback/index.html @@ -0,0 +1,19 @@ +<html> +<head> +<title>SWIG:Examples:python:callback</title> +</head> + +<body bgcolor="#ffffff"> + + +<tt>SWIG/Examples/python/extend/</tt> +<hr> + +<H2>Implementing C++ callbacks in Python</H2> + +<p> +This example illustrates how to use directors to implement C++ callbacks in Python. + +<hr> +</body> +</html> |