GNOME Bugzilla – Bug 113552
gtk functions unknown to the codegenerator, and thus not handled / wrapped
Last modified: 2004-12-22 21:47:04 UTC
Hi! When I compile pygtk, the following messages are printed: Could not write method GtkTreeView.enable_model_drag_source: No ArgType for const-GtkTargetEntry* Could not write method GtkTreeView.enable_model_drag_dest: No ArgType for const-GtkTargetEntry* [...] similar stuff Consequently, these functions cannot be called from a python program... Any ideas what that can be? :)
It means that the code generate can't handle them and they haven't been manually updated. Updated the summary.
I see :) hmm if i want treeview 1 -> treeview 2 drag and drop, what can I use instead ? ^^
marking as duplicate of a more recent bug (because the other bug has a patch). *** This bug has been marked as a duplicate of 116133 ***