~ubuntu-branches/ubuntu/trusty/gimp/trusty

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpColorNotebook.html

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2009-08-14 09:57:17 UTC
  • mto: (1.1.21 upstream) (0.1.5 squeeze)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20090814095717-37dh2xqy5t0rurpk
Import upstream version 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpColorNotebook</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Widgets Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Widgets Library Reference Manual">
8
8
<link rel="up" href="libgimpwidgets-colorselector.html" title="Part III. GIMP Color Selectors">
9
9
<link rel="prev" href="GimpColorSelector.html" title="GimpColorSelector">
10
10
<link rel="next" href="GimpColorScales.html" title="GimpColorScales">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpwidgets-widgets.html" title="Part I. GIMP Widgets">
14
14
<link rel="chapter" href="libgimpwidgets-hierarchy.html" title="Object Hierarchy">
34
34
<th width="100%" align="center">GIMP Widgets Library Reference Manual</th>
35
35
<td><a accesskey="n" href="GimpColorScales.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
36
36
</tr>
37
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GimpColorNotebook.synopsis" class="shortcut">Top</a>
38
 
                   | 
39
 
                  <a href="#GimpColorNotebook.description" class="shortcut">Description</a>
40
 
                   | 
41
 
                  <a href="#GimpColorNotebook.object-hierarchy" class="shortcut">Object Hierarchy</a>
42
 
                   | 
43
 
                  <a href="#GimpColorNotebook.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
44
 
                   | 
45
 
                  <a href="#GimpColorNotebook.style-properties" class="shortcut">Style Properties</a></nobr></td></tr>
 
37
<tr><td colspan="5" class="shortcuts">
 
38
<a href="#GimpColorNotebook.synopsis" class="shortcut">Top</a>
 
39
                 | 
 
40
                <a href="#GimpColorNotebook.description" class="shortcut">Description</a>
 
41
                 | 
 
42
                <a href="#GimpColorNotebook.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
43
                 | 
 
44
                <a href="#GimpColorNotebook.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
45
                 | 
 
46
                <a href="#GimpColorNotebook.style-properties" class="shortcut">Style Properties</a>
 
47
</td></tr>
46
48
</table>
47
 
<div class="refentry" lang="en">
 
49
<div class="refentry" title="GimpColorNotebook">
48
50
<a name="GimpColorNotebook"></a><div class="titlepage"></div>
49
51
<div class="refnamediv"><table width="100%"><tr>
50
52
<td valign="top">
53
55
</td>
54
56
<td valign="top" align="right"></td>
55
57
</tr></table></div>
56
 
<div class="refsynopsisdiv">
 
58
<div class="refsynopsisdiv" title="Synopsis">
57
59
<a name="GimpColorNotebook.synopsis"></a><h2>Synopsis</h2>
58
60
<pre class="synopsis">
59
61
                    <a class="link" href="GimpColorNotebook.html#GimpColorNotebook-struct" title="GimpColorNotebook">GimpColorNotebook</a>;
60
62
<a
61
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
62
 
>GtkWidget</a>*          <a class="link" href="GimpColorNotebook.html#gimp-color-notebook-set-has-page" title="gimp_color_notebook_set_has_page ()">gimp_color_notebook_set_has_page</a>    (<a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
 
63
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
64
>GtkWidget</a> *         <a class="link" href="GimpColorNotebook.html#gimp-color-notebook-set-has-page" title="gimp_color_notebook_set_has_page ()">gimp_color_notebook_set_has_page</a>    (<a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
63
65
                                                         <a
64
66
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"
65
67
>GType</a> page_type,
68
70
>gboolean</a> has_page);
69
71
</pre>
70
72
</div>
71
 
<div class="refsect1" lang="en">
 
73
<div class="refsect1" title="Object Hierarchy">
72
74
<a name="GimpColorNotebook.object-hierarchy"></a><h2>Object Hierarchy</h2>
73
75
<pre class="synopsis">
74
76
  <a
78
80
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
79
81
>GInitiallyUnowned</a>
80
82
         +----<a
81
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
 
83
href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html"
82
84
>GtkObject</a>
83
85
               +----<a
84
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
 
86
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
85
87
>GtkWidget</a>
86
88
                     +----<a
87
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
 
89
href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html"
88
90
>GtkContainer</a>
89
91
                           +----<a
90
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
 
92
href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html"
91
93
>GtkBox</a>
92
94
                                 +----<a
93
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
 
95
href="http://library.gnome.org/devel/gtk/unstable/GtkVBox.html"
94
96
>GtkVBox</a>
95
97
                                       +----<a class="link" href="GimpColorSelector.html" title="GimpColorSelector">GimpColorSelector</a>
96
98
                                             +----GimpColorNotebook
97
99
</pre>
98
100
</div>
99
 
<div class="refsect1" lang="en">
 
101
<div class="refsect1" title="Implemented Interfaces">
100
102
<a name="GimpColorNotebook.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
101
103
<p>
102
104
GimpColorNotebook implements
103
 
 AtkImplementorIface and  <a
104
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
105
 
>GtkBuildable</a>.</p>
 
105
 <a
 
106
href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable"
 
107
>GtkBuildable</a>,  AtkImplementorIface and  <a
 
108
href="http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#GtkOrientable"
 
109
>GtkOrientable</a>.</p>
106
110
</div>
107
 
<div class="refsect1" lang="en">
 
111
<div class="refsect1" title="Style Properties">
108
112
<a name="GimpColorNotebook.style-properties"></a><h2>Style Properties</h2>
109
113
<pre class="synopsis">
110
 
  "<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--tab-border" title='The "tab-border" style property'>tab-border</a>"               <a
 
114
  "<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--s-tab-border" title='The "tab-border" style property'>tab-border</a>"               <a
111
115
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
112
116
>gint</a>                  : Read
113
 
  "<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--tab-icon-size" title='The "tab-icon-size" style property'>tab-icon-size</a>"            <a
114
 
href="/usr/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
 
117
  "<a class="link" href="GimpColorNotebook.html#GimpColorNotebook--s-tab-icon-size" title='The "tab-icon-size" style property'>tab-icon-size</a>"            <a
 
118
href="http://library.gnome.org/devel/gtk/unstable/gtk-Themeable-Stock-Images.html#GtkIconSize"
115
119
>GtkIconSize</a>           : Read
116
120
</pre>
117
121
</div>
118
 
<div class="refsect1" lang="en">
 
122
<div class="refsect1" title="Description">
119
123
<a name="GimpColorNotebook.description"></a><h2>Description</h2>
120
124
<p>
121
125
The <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a> widget is an implementation of a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a>.
122
126
It serves as a container for <span class="type">GimpColorSelectors</span>.
123
127
</p>
124
128
</div>
125
 
<div class="refsect1" lang="en">
 
129
<div class="refsect1" title="Details">
126
130
<a name="GimpColorNotebook.details"></a><h2>Details</h2>
127
 
<div class="refsect2" lang="en">
 
131
<div class="refsect2" title="GimpColorNotebook">
128
132
<a name="GimpColorNotebook-struct"></a><h3>GimpColorNotebook</h3>
129
133
<pre class="programlisting">typedef struct _GimpColorNotebook GimpColorNotebook;</pre>
130
134
<p>
131
 
 
132
135
</p>
133
136
</div>
134
137
<hr>
135
 
<div class="refsect2" lang="en">
 
138
<div class="refsect2" title="gimp_color_notebook_set_has_page ()">
136
139
<a name="gimp-color-notebook-set-has-page"></a><h3>gimp_color_notebook_set_has_page ()</h3>
137
140
<pre class="programlisting"><a
138
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
139
 
>GtkWidget</a>*          gimp_color_notebook_set_has_page    (<a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
 
141
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
 
142
>GtkWidget</a> *         gimp_color_notebook_set_has_page    (<a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook">GimpColorNotebook</a> *notebook,
140
143
                                                         <a
141
144
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"
142
145
>GType</a> page_type,
147
150
This function adds and removed pages to / from a <a class="link" href="GimpColorNotebook.html" title="GimpColorNotebook"><span class="type">GimpColorNotebook</span></a>.
148
151
The <em class="parameter"><code>page_type</code></em> passed must be a <a class="link" href="GimpColorSelector.html" title="GimpColorSelector"><span class="type">GimpColorSelector</span></a> subtype.</p>
149
152
<p>
150
 
 
151
153
</p>
152
154
<div class="variablelist"><table border="0">
153
155
<col align="left" valign="top">
172
174
<tr>
173
175
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
174
176
<td> The new page widget, if <em class="parameter"><code>has_page</code></em> was <a
175
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"
 
177
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
176
178
><span class="type">TRUE</span></a>, or <a
177
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"
 
179
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
178
180
><span class="type">NULL</span></a>
179
181
              if <em class="parameter"><code>has_page</code></em> was <a
180
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"
 
182
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
181
183
><span class="type">FALSE</span></a>.
182
184
</td>
183
185
</tr>
185
187
</table></div>
186
188
</div>
187
189
</div>
188
 
<div class="refsect1" lang="en">
 
190
<div class="refsect1" title="Style Property Details">
189
191
<a name="GimpColorNotebook.style-property-details"></a><h2>Style Property Details</h2>
190
 
<div class="refsect2" lang="en">
191
 
<a name="GimpColorNotebook--tab-border"></a><h3>The <code class="literal">"tab-border"</code> style property</h3>
 
192
<div class="refsect2" title='The "tab-border" style property'>
 
193
<a name="GimpColorNotebook--s-tab-border"></a><h3>The <code class="literal">"tab-border"</code> style property</h3>
192
194
<pre class="programlisting">  "tab-border"               <a
193
195
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
194
196
>gint</a>                  : Read</pre>
197
199
<p>Default value: 0</p>
198
200
</div>
199
201
<hr>
200
 
<div class="refsect2" lang="en">
201
 
<a name="GimpColorNotebook--tab-icon-size"></a><h3>The <code class="literal">"tab-icon-size"</code> style property</h3>
 
202
<div class="refsect2" title='The "tab-icon-size" style property'>
 
203
<a name="GimpColorNotebook--s-tab-icon-size"></a><h3>The <code class="literal">"tab-icon-size"</code> style property</h3>
202
204
<pre class="programlisting">  "tab-icon-size"            <a
203
 
href="/usr/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html#GtkIconSize"
 
205
href="http://library.gnome.org/devel/gtk/unstable/gtk-Themeable-Stock-Images.html#GtkIconSize"
204
206
>GtkIconSize</a>           : Read</pre>
205
207
<p>Size for icons displayed in the tab.</p>
206
208
<p>Default value: GTK_ICON_SIZE_BUTTON</p>
209
211
</div>
210
212
<div class="footer">
211
213
<hr>
212
 
          Generated by GTK-Doc V1.10</div>
 
214
          Generated by GTK-Doc V1.11</div>
213
215
</body>
214
216
</html>