After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 102168 - Implment row_draggable instead of checking whether it's implemented.
Implment row_draggable instead of checking whether it's implemented.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2002-12-29 15:55 UTC by Murray Cumming
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
treeview_row_draggable.patch (4.81 KB, patch)
2002-12-29 15:56 UTC, Murray Cumming
none Details | Review

Description Murray Cumming 2002-12-29 15:55:50 UTC
2002-12-29  Murray Cumming  <murrayc@usa.net>

	* gtk/gtkliststore.c, gtktreednd.c, gtktreestore.c:
	Actually implement the GtkTreeDragSource::row_draggable virtual 
	function in GtkListStore and GtkTreeStore instead of just checking 
	whether it's implemented at all. This means that DnD isn't broken by
	gtkmm's virtual function wrappers. The alternative would be to
	hard-code the TRUE return value into gtkmm's wrappers, but that's 
	part of GTK+'s implementation, not it's API
Comment 1 Murray Cumming 2002-12-29 15:56:53 UTC
Created attachment 13264 [details] [review]
treeview_row_draggable.patch
Comment 2 Kristian Rietveld 2003-01-14 22:57:46 UTC
Thanks for the patch. Committed on HEAD, gtk-2-2.