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

« back to all changes in this revision

Viewing changes to man/gtkNotebookQueryTabLabelPacking.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{gtkNotebookQueryTabLabelPacking}
2
2
\name{gtkNotebookQueryTabLabelPacking}
3
3
\title{gtkNotebookQueryTabLabelPacking}
4
 
\description{Query the packing attributes for the tab label of the page
5
 
containing \code{child}.}
 
4
\description{
 
5
Query the packing attributes for the tab label of the page
 
6
containing \code{child}.
 
7
\strong{WARNING: \code{gtk_notebook_query_tab_label_packing} has been deprecated since version 2.20 and should not be used in newly-written code. Modify the \verb{"tab-expand"} and
 
8
  \verb{"tab-fill"} child properties instead.}
 
9
}
6
10
\usage{gtkNotebookQueryTabLabelPacking(object, child)}
7
11
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkNotebook}}]  a \verb{\link{GtkNotebook}}}
9
 
\item{\verb{child}}{[\verb{\link{GtkWidget}}]  the page}
 
12
\item{\verb{object}}{a \code{\link{GtkNotebook}}}
 
13
\item{\verb{child}}{the page}
10
14
}
11
15
\value{
12
16
A list containing the following elements:
13
 
\item{\verb{expand}}{[logical]  location to store the expand value (or NULL)}
14
 
\item{\verb{fill}}{[logical]  location to store the fill value (or NULL)}
15
 
\item{\verb{pack.type}}{[\code{\link{GtkPackType}}]  location to store the pack_type (or NULL)}
 
17
\item{\verb{expand}}{location to store the expand value (or NULL)}
 
18
\item{\verb{fill}}{location to store the fill value (or NULL)}
 
19
\item{\verb{pack.type}}{location to store the pack_type (or NULL)}
16
20
}
17
21
\author{Derived by RGtkGen from GTK+ documentation}
18
22
\keyword{internal}