Method
RBEntryViewenable_drag_source
Declaration [src]
void
rb_entry_view_enable_drag_source (
RBEntryView* view,
const GtkTargetEntry* targets,
int n_targets
)
Description [src]
Enables the entry view to act as a data source for drag an drop operations, using a specified set of data targets.
Parameters
targets-
Type:
GtkTargetEntryAn array of
GtkTargetEntrystructures defining the drag data targets.The data is owned by the caller of the method. n_targets-
Type:
intThe number of entries in the target array.