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

« back to all changes in this revision

Viewing changes to man/GtkColorSelection.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:
38
38
                                 +----GtkVBox
39
39
                                       +----GtkColorSelection}}
40
40
\section{Interfaces}{GtkColorSelection implements
41
 
 AtkImplementorIface and  \verb{\link{GtkBuildable}}.}
42
 
\section{Detailed Description}{The \verb{\link{GtkColorSelection}} is a widget that is used to select 
 
41
 AtkImplementorIface,  \code{\link{GtkBuildable}} and  \code{\link{GtkOrientable}}.}
 
42
\section{Detailed Description}{The \code{\link{GtkColorSelection}} is a widget that is used to select
43
43
a color.  It consists of a color wheel and number of sliders
44
44
and entry boxes for color parameters such as hue, saturation,
45
 
value, red, green, blue, and opacity.  It is found on the standard 
46
 
color selection dialog box \verb{\link{GtkColorSelectionDialog}}.}
 
45
value, red, green, blue, and opacity.  It is found on the standard
 
46
color selection dialog box \code{\link{GtkColorSelectionDialog}}.}
47
47
\section{Structures}{\describe{\item{\verb{GtkColorSelection}}{
48
 
The \verb{\link{GtkColorSelection}} struct contains private data only, 
 
48
The \code{\link{GtkColorSelection}} struct contains private data only,
49
49
and should be accessed using the functions below.
50
50
 
51
51
}}}
56
56
}
57
57
 
58
58
\describe{
59
 
\item{\code{colors}}{[\verb{\link{GdkColor}}] }
60
 
\item{\code{n.colors}}{[integer] }
 
59
\item{\code{colors}}{\emph{undocumented
 
60
}}
 
61
\item{\code{n.colors}}{\emph{undocumented
 
62
}}
61
63
}
62
64
 
63
65
 
66
68
  Since 2.2
67
69
 
68
70
\describe{
69
 
\item{\code{screen}}{[\verb{\link{GdkScreen}}] }
70
 
\item{\code{colors}}{[\verb{\link{GdkColor}}] }
71
 
\item{\code{n.colors}}{[integer] }
 
71
\item{\code{screen}}{\emph{undocumented
 
72
}}
 
73
\item{\code{colors}}{\emph{undocumented
 
74
}}
 
75
\item{\code{n.colors}}{\emph{undocumented
 
76
}}
72
77
}
73
78
 
74
79
 
75
80
}
76
81
}}
77
82
\section{Signals}{\describe{\item{\code{color-changed(colorselection, user.data)}}{
78
 
This signal is emitted when the color changes in the \verb{\link{GtkColorSelection}}
 
83
This signal is emitted when the color changes in the \code{\link{GtkColorSelection}}
79
84
according to its update policy.
80
85
 
81
86
\describe{
82
 
\item{\code{colorselection}}{[\verb{\link{GtkColorSelection}}] the object which received the signal.}
83
 
\item{\code{user.data}}{[R object] user data set when the signal handler was connected.}
 
87
\item{\code{colorselection}}{the object which received the signal.}
 
88
\item{\code{user.data}}{user data set when the signal handler was connected.}
84
89
}
85
90
 
86
91
 
91
96
The current opacity value (0 fully transparent, 65535 fully opaque).  Allowed values: <= 65535  Default value: 65535
92
97
 
93
98
}
94
 
\item{\verb{current-color} [\verb{\link{GdkColor}} : *             : Read / Write]}{
 
99
\item{\verb{current-color} [\code{\link{GdkColor}} : *             : Read / Write]}{
95
100
 
96
101
The current color.
97
102
 
107
112
 
108
113
}
109
114
}}
110
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gtk/GtkColorSelection.html}}
 
115
\references{\url{http://library.gnome.org/devel//gtk/GtkColorSelection.html}}
111
116
\author{Derived by RGtkGen from GTK+ documentation}
112
117
\keyword{internal}