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

« back to all changes in this revision

Viewing changes to man/gtkFileChooserWidgetNew.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{gtkFileChooserWidgetNew}
2
2
\name{gtkFileChooserWidgetNew}
3
3
\title{gtkFileChooserWidgetNew}
4
 
\description{Creates a new \verb{\link{GtkFileChooserWidget}}.  This is a file chooser widget that can
 
4
\description{Creates a new \code{\link{GtkFileChooserWidget}}.  This is a file chooser widget that can
5
5
be embedded in custom windows, and it is the same widget that is used by
6
 
\verb{\link{GtkFileChooserDialog}}.}
 
6
\code{\link{GtkFileChooserDialog}}.}
7
7
\usage{gtkFileChooserWidgetNew(action, show = TRUE)}
8
 
\arguments{\item{\verb{action}}{[\code{\link{GtkFileChooserAction}}]  Open or save mode for the widget}}
9
 
\details{  Since  2.4}
10
 
\value{[\verb{\link{GtkWidget}}]  a new \verb{\link{GtkFileChooserWidget}}}
 
8
\arguments{\item{\verb{action}}{Open or save mode for the widget}}
 
9
\details{Since 2.4}
 
10
\value{[\code{\link{GtkWidget}}]  a new \code{\link{GtkFileChooserWidget}}}
11
11
\author{Derived by RGtkGen from GTK+ documentation}
12
12
\keyword{internal}