File: gtkClipboardRequestImage.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (22 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\alias{gtkClipboardRequestImage}
\name{gtkClipboardRequestImage}
\title{gtkClipboardRequestImage}
\description{Requests the contents of the clipboard as image. When the image is
later received, it will be converted to a \code{\link{GdkPixbuf}}, and
\code{callback} will be called. }
\usage{gtkClipboardRequestImage(object, callback, user.data = NULL)}
\arguments{
\item{\verb{object}}{a \code{\link{GtkClipboard}}}
\item{\verb{callback}}{a function to call when the image is received,
or the retrieval fails. (It will always be called
one way or the other.)}
\item{\verb{user.data}}{user data to pass to \code{callback}.}
}
\details{The \code{pixbuf} parameter to \code{callback} will contain the resulting 
\code{\link{GdkPixbuf}} if the request succeeded, or \code{NULL} if it failed. This 
could happen for various reasons, in particular if the clipboard 
was empty or if the contents of the clipboard could not be 
converted into an image.
  Since 2.6}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}