two director examples for python
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4447 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c8b971fd33
commit
8db3f9e8df
13 changed files with 360 additions and 0 deletions
21
Examples/python/callback/index.html
Normal file
21
Examples/python/callback/index.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<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>
|
||||
|
||||
<tt>$Header$</tt><br>
|
||||
|
||||
<p>
|
||||
This example illustrates how to use directors to implement C++ callbacks in Python.
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue