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

« back to all changes in this revision

Viewing changes to man/gtkComboBoxEntryNew.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{gtkComboBoxEntryNew}
2
2
\name{gtkComboBoxEntryNew}
3
3
\title{gtkComboBoxEntryNew}
4
 
\description{Creates a new \verb{\link{GtkComboBoxEntry}} which has a \verb{\link{GtkEntry}} as child. After
 
4
\description{Creates a new \code{\link{GtkComboBoxEntry}} which has a \code{\link{GtkEntry}} as child. After
5
5
construction, you should set a model using \code{\link{gtkComboBoxSetModel}} and a
6
6
text column using \code{\link{gtkComboBoxEntrySetTextColumn}}.}
7
7
\usage{gtkComboBoxEntryNew(show = TRUE)}
8
 
\details{  Since  2.4}
9
 
\value{[\verb{\link{GtkWidget}}]  A new \verb{\link{GtkComboBoxEntry}}.}
 
8
\details{Since 2.4}
 
9
\value{[\code{\link{GtkWidget}}]  A new \code{\link{GtkComboBoxEntry}}.}
10
10
\author{Derived by RGtkGen from GTK+ documentation}
11
11
\keyword{internal}