Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTreeDragDestRowDropPossible

gtkTreeDragDestRowDropPossible


Description

Determines whether a drop is possible before the given dest.path, at the same depth as dest.path. i.e., can we drop the data in selection.data at that location. dest.path does not have to exist; the return value will almost certainly be FALSE if the parent of dest.path doesn't exist, though.

Usage

gtkTreeDragDestRowDropPossible(object, dest.path, selection.data)

Arguments

object

a GtkTreeDragDest

dest.path

destination row

selection.data

the data being dragged

Value

[logical] TRUE if a drop is possible before dest.path

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.