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

« back to all changes in this revision

Viewing changes to man/gtkWidgetHasScreen.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{gtkWidgetHasScreen}
2
2
\name{gtkWidgetHasScreen}
3
3
\title{gtkWidgetHasScreen}
4
 
\description{Checks whether there is a \verb{\link{GdkScreen}} is associated with
 
4
\description{Checks whether there is a \code{\link{GdkScreen}} is associated with
5
5
this widget. All toplevel widgets have an associated
6
 
screen, and all widgets added into a heirarchy with a toplevel
 
6
screen, and all widgets added into a hierarchy with a toplevel
7
7
window at the top.}
8
8
\usage{gtkWidgetHasScreen(object)}
9
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkWidget}}]  a \verb{\link{GtkWidget}}}}
10
 
\details{  Since  2.2}
11
 
\value{[logical] \code{TRUE} if there is a \verb{\link{GdkScreen}} associcated
 
9
\arguments{\item{\verb{object}}{a \code{\link{GtkWidget}}}}
 
10
\details{Since 2.2}
 
11
\value{[logical] \code{TRUE} if there is a \code{\link{GdkScreen}} associcated
12
12
  with the widget.}
13
13
\author{Derived by RGtkGen from GTK+ documentation}
14
14
\keyword{internal}