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

« back to all changes in this revision

Viewing changes to man/GtkToolItemGroup.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
\alias{GtkToolItemGroup}
 
2
\alias{gtkToolItemGroup}
 
3
\name{GtkToolItemGroup}
 
4
\title{GtkToolItemGroup}
 
5
\description{A sub container used in a tool palette}
 
6
\section{Methods and Functions}{
 
7
\code{\link{gtkToolItemGroupGetCollapsed}(object)}\cr
 
8
\code{\link{gtkToolItemGroupGetDropItem}(object, x, y)}\cr
 
9
\code{\link{gtkToolItemGroupGetEllipsize}(object)}\cr
 
10
\code{\link{gtkToolItemGroupGetItemPosition}(object, item)}\cr
 
11
\code{\link{gtkToolItemGroupGetNItems}(object)}\cr
 
12
\code{\link{gtkToolItemGroupGetLabel}(object)}\cr
 
13
\code{\link{gtkToolItemGroupGetLabelWidget}(object)}\cr
 
14
\code{\link{gtkToolItemGroupGetNthItem}(object, index)}\cr
 
15
\code{\link{gtkToolItemGroupGetHeaderRelief}(object)}\cr
 
16
\code{\link{gtkToolItemGroupInsert}(object, item, position)}\cr
 
17
\code{\link{gtkToolItemGroupNew}(label, show = TRUE)}\cr
 
18
\code{\link{gtkToolItemGroupSetCollapsed}(object, collapsed)}\cr
 
19
\code{\link{gtkToolItemGroupSetEllipsize}(object, ellipsize)}\cr
 
20
\code{\link{gtkToolItemGroupSetItemPosition}(object, item, position)}\cr
 
21
\code{\link{gtkToolItemGroupSetLabel}(object, label)}\cr
 
22
\code{\link{gtkToolItemGroupSetLabelWidget}(object, label.widget)}\cr
 
23
\code{\link{gtkToolItemGroupSetHeaderRelief}(object, style)}\cr
 
24
\code{gtkToolItemGroup(label, show = TRUE)}
 
25
}
 
26
\section{Hierarchy}{\preformatted{GObject
 
27
   +----GInitiallyUnowned
 
28
         +----GtkObject
 
29
               +----GtkWidget
 
30
                     +----GtkContainer
 
31
                           +----GtkToolItemGroup}}
 
32
\section{Interfaces}{GtkToolItemGroup implements
 
33
 AtkImplementorIface,  \code{\link{GtkBuildable}} and  \code{\link{GtkToolShell}}.}
 
34
\section{Detailed Description}{A \code{\link{GtkToolItemGroup}} is used together with \code{\link{GtkToolPalette}} to add
 
35
\code{\link{GtkToolItem}}s to a palette like container with different
 
36
categories and drag and drop support.}
 
37
\section{Structures}{\describe{\item{\verb{GtkToolItemGroup}}{
 
38
This should not be accessed directly. Use the accessor functions below.
 
39
 
 
40
}}}
 
41
\section{Convenient Construction}{\code{gtkToolItemGroup} is the equivalent of \code{\link{gtkToolItemGroupNew}}.}
 
42
\section{Properties}{\describe{
 
43
\item{\verb{collapsed} [logical : Read / Write]}{
 
44
 
 
45
Wether the group has been collapsed and items are hidden.  Default value: FALSE
 
46
 
 
47
}
 
48
\item{\verb{ellipsize} [\code{\link{PangoEllipsizeMode}} : Read / Write]}{
 
49
 
 
50
Ellipsize for item group headers.  Default value: PANGO_ELLIPSIZE_NONE
 
51
 
 
52
}
 
53
\item{\verb{header-relief} [\code{\link{GtkReliefStyle}} : Read / Write]}{
 
54
 
 
55
Relief of the group header button.  Default value: GTK_RELIEF_NORMAL
 
56
 
 
57
}
 
58
\item{\verb{label} [character : *                : Read / Write]}{
 
59
 
 
60
The human-readable title of this item group.  Default value: ""
 
61
 
 
62
}
 
63
\item{\verb{label-widget} [\code{\link{GtkWidget}} : *            : Read / Write]}{
 
64
 
 
65
A widget to display in place of the usual label.
 
66
 
 
67
}
 
68
}}
 
69
\section{Style Properties}{\describe{
 
70
\item{\verb{expander-size} [integer : Read]}{
 
71
 
 
72
Size of the expander arrow.  Allowed values: >= 0  Default value: 16
 
73
 
 
74
}
 
75
\item{\verb{header-spacing} [integer : Read]}{
 
76
 
 
77
Spacing between expander arrow and caption.  Allowed values: >= 0  Default value: 2
 
78
 
 
79
}
 
80
}}
 
81
\references{\url{http://library.gnome.org/devel//gtk/GtkToolItemGroup.html}}
 
82
\author{Derived by RGtkGen from GTK+ documentation}
 
83
\keyword{internal}