~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkTreeViewEnableModelDragSource.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
\alias{gtkTreeViewEnableModelDragSource}
2
2
\name{gtkTreeViewEnableModelDragSource}
3
3
\title{gtkTreeViewEnableModelDragSource}
4
 
\description{Turns \code{tree.view} into a drag source for automatic DND.}
 
4
\description{Turns \code{tree.view} into a drag source for automatic DND. Calling this
 
5
method sets \verb{"reorderable"} to \code{FALSE}.}
5
6
\usage{gtkTreeViewEnableModelDragSource(object, start.button.mask, targets, actions)}
6
7
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkTreeView}}]  a \verb{\link{GtkTreeView}}}
8
 
\item{\verb{start.button.mask}}{[\code{\link{GdkModifierType}}]  Mask of allowed buttons to start drag}
9
 
\item{\verb{targets}}{[\verb{\link{GtkTargetEntry}}]  the table of targets that the drag will support}
10
 
\item{\verb{actions}}{[\code{\link{GdkDragAction}}]  the bitmask of possible actions for a drag from this
 
8
\item{\verb{object}}{a \code{\link{GtkTreeView}}}
 
9
\item{\verb{start.button.mask}}{Mask of allowed buttons to start drag}
 
10
\item{\verb{targets}}{the table of targets that the drag will support}
 
11
\item{\verb{actions}}{the bitmask of possible actions for a drag from this
11
12
   widget}
12
13
}
13
14
\author{Derived by RGtkGen from GTK+ documentation}