I'm new to the pygtk bindings and somewhat new to gtk in general, and
I've got a question that I haven't been able to work out yet.

I'm trying to figure out how to drag elements into a TreeView and know
where in the model the drop occurred.  I'm using a TreeStore model if
that matters.

I think the method that I want is GtkTreeView.enable_model_drag_dest,
but that doesn't appear to be implemented yet-- trying to generate the
method in a build results in:
        (No ArgType for const-GtkTargetEntry*)

Is there any other mechanism I can use to determine where in the model
the drop occurred?  If not, then how difficult would it be to implement
the method I need?  I'm willing to get my elbows dirty and implement the
method if I need to, but I'd need some guidance if I'm going to go that
route.

Thanks,
Mark Lewis

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to