gtk: Re-enable NodeView.CreateRowDragIcon method
This commit is contained in:
parent
5c98eee787
commit
e108bf59d4
1 changed files with 1 additions and 3 deletions
|
@ -74,11 +74,9 @@ namespace Gtk {
|
||||||
return CollapseRow (store.GetPath (node));
|
return CollapseRow (store.GetPath (node));
|
||||||
}
|
}
|
||||||
|
|
||||||
#if FIXME30
|
public Cairo.Surface CreateRowDragIcon (ITreeNode node) {
|
||||||
public Gdk.Pixmap CreateRowDragIcon (ITreeNode node) {
|
|
||||||
return CreateRowDragIcon (store.GetPath (node));
|
return CreateRowDragIcon (store.GetPath (node));
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
public Gdk.Rectangle GetBackgroundArea (ITreeNode node, Gtk.TreeViewColumn column) {
|
public Gdk.Rectangle GetBackgroundArea (ITreeNode node, Gtk.TreeViewColumn column) {
|
||||||
return GetBackgroundArea (store.GetPath (node), column);
|
return GetBackgroundArea (store.GetPath (node), column);
|
||||||
|
|
Loading…
Reference in a new issue