minimally wrap drawable
authorDiane Trout <diane@caltech.edu>
Fri, 7 Sep 2007 00:22:14 +0000 (00:22 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 7 Sep 2007 00:22:14 +0000 (00:22 +0000)
commit745bd381b0472a38a1e49bba52676c80eba52709
tree8b43a86cd555e2065fb4f760941e44a9e682afa3
parent9c704ecd2ba1a01f0b82d0f1ea6d9d3e3011fff7
minimally wrap drawable
this probably isn't so useful without some way of handling
draw_func_ptr's. Either creating them from python or at least
selecting from some kind of list.
py/CMakeLists.txt
py/drawable.cpp [new file with mode: 0644]
py/module.cpp
py/seq_span.cpp
py/test/TestSeqSpan.py