gtk: Re-enable NodeView.CreateRowDragIcon method

This commit is contained in:
Bertrand Lorentz 2011-07-03 16:23:03 +02:00
parent 5c98eee787
commit e108bf59d4

View file

@ -74,11 +74,9 @@ namespace Gtk {
return CollapseRow (store.GetPath (node));
}
#if FIXME30
public Gdk.Pixmap CreateRowDragIcon (ITreeNode node) {
public Cairo.Surface CreateRowDragIcon (ITreeNode node) {
return CreateRowDragIcon (store.GetPath (node));
}
#endif
public Gdk.Rectangle GetBackgroundArea (ITreeNode node, Gtk.TreeViewColumn column) {
return GetBackgroundArea (store.GetPath (node), column);