minimally wrap drawable
[mussa.git] / py / seq_span.cpp
index 74e6244b874ca5035355c6359ffef054cd996489..76f635cf540f2c6350bed60b899fee1522fc1ba5 100644 (file)
@@ -54,6 +54,7 @@ void export_seq_span()
     //                          return_value_policy<copy_const_reference>()))
     .add_property("annotations", &SeqSpan::annotations, 
                                  &SeqSpan::setAnnotations)
+    .add_property("drawable", &SeqSpan::drawable, &SeqSpan::setDrawable)
     .add_property("start", &SeqSpan::start, &SeqSpan::setStart,
                   "start position relative to root sequence")
     .add_property("stop", &SeqSpan::stop, &SeqSpan::setStop,