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

« back to all changes in this revision

Viewing changes to man/gtkOptionMenuNew.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:
2
2
\name{gtkOptionMenuNew}
3
3
\title{gtkOptionMenuNew}
4
4
\description{
5
 
Creates a new \verb{\link{GtkOptionMenu}}.
6
 
\strong{WARNING: \code{gtk_option_menu_new} has been deprecated since version 2.4 and should not be used in newly-written code. Use \verb{\link{GtkComboBox}} instead.}
 
5
Creates a new \code{\link{GtkOptionMenu}}.
 
6
\strong{WARNING: \code{gtk_option_menu_new} has been deprecated since version 2.4 and should not be used in newly-written code. Use \code{\link{GtkComboBox}} instead.}
7
7
}
8
8
\usage{gtkOptionMenuNew(show = TRUE)}
9
 
\value{[\verb{\link{GtkWidget}}] a new \verb{\link{GtkOptionMenu}}.}
 
9
\value{[\code{\link{GtkWidget}}] a new \code{\link{GtkOptionMenu}}.}
10
10
\author{Derived by RGtkGen from GTK+ documentation}
11
11
\keyword{internal}