~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to docs/reference/gtk/xml/gtkcellview.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-04 12:24:25 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070504122425-0m8midgzrp40y8w2
Tags: 2.10.12-1ubuntu1
* Sync with Debian
* New upstream version:
  Fixed bugs:
  - 379414 file chooser warnings when changing path in the entry
  - 418585 GtkFileChooserDefault sizing code is not DPI independent
  - 419568 Crash in search if start with special letter
  - 435062 build dies with icon cache validation
  - 379399 Segfault to call gtk_print_operation_run twice.
  - 387889 cups backend has problems when there are too many printers
  - 418531 invalid read to gtkicontheme.c gtk_icon_theme_lookup_icon...
  - 423916 crash in color scheme code
  - 424042 Segmentation fault while quickly pressing Alt+arrows
  - 415260 Protect against negative indices when setting values in G...
  - 419171 XGetVisualInfo() may not set nxvisuals
  - 128852 Gdk cursors don't look good on win32
  - 344657 Ctrl-H doesn't toggle "Show Hidden Files" setting
  - 345345 PrintOperation::paginate is not emitted for class handler
  - 347567 GtkPrintOperation::end-print is not emitted if it's cance...
  - 369112 gtk_ui_manager_add_ui should accept unnamed separator
  - 392015 Selected menu item invisible on Windows Vista
  - 399253 MS-Windows Theme Bottom Tab placement rendering glitches
  - 399425 gtk_input_dialog_fill_axes() adds child to gtkscrolledwin...
  - 403251 [patch] little memory leak in GtkPrintJob
  - 403267 [patch] memory leak in GtkPageSetupUnixDialog
  - 403470 MS-Windows Theme tab placement other than on top leaks a ...
  - 404506 Windows system fonts that have multi-byte font names cann...
  - 405089 Incorrect window placement for GtkEventBox private window
  - 405515 Minor leak in gtkfilesystemmodel.c
  - 405539 gdk_pixbuf_save() for PNG saver can return FALSE without ...
  - 415681 gdk_window_clear_area includes an extra line and column o...
  - 418219 GtkRecentChooser should apply filter before sorting and c...
  - 418403 Scroll to printer after selecting it from settings
  - 421985 _gtk_print_operation_platform_backend_launch_preview
  - 421990 gtk_print_job_get_surface
  - 421993 gtk_print_operation_init
  - 423064 Conditional jump or move depends on uninitialised value(s...
  - 423722 Fix printing header in gtk-demo
  - 424168 gtk_print_operation_run on async preview
  - 425655 Don't install gtk+-unix-print-2.0.pc on non-UNIX platforms
  - 425786 GDK segfaults if XineramaQueryScreens fails
  - 428665 Lpr Backend gets stuck in infinite loop during gtk_enumer...
  - 429902 GtkPrintOperation leaks cairo contextes
  - 431997 First delay of GdkPixbufAnimationIter is wrong
  - 433242 Inconsistent scroll arrow position calculations
  - 433972 Placing gtk.Expander inside a gtk.TextView() changes gtk....
  - 434261 _gtk_toolbar_elide_underscores incorrectly handles some s...
  - 383354 ctrl-L should make 'Location' entry disappear
  - 418673 gtk_recent_manager_add_item
  - 429732 gtk_accel_group_finalize accesses invalid memory
  - 435028 WM_CLIENT_LEADER is wrong on the leader_window
  - 431067 Background of the header window is not updated
  - 338843 add recent files support inside the ui manager
  - 148535 add drop shadow to menus, tooltips, etc. under Windows XP
* debian/control.in:
  - Conflicts on ubuntulooks (<= 0.9.11-1)
* debian/patches/15_default-fallback-icon-theme.patch:
  - patch from Debian, fallback on gnome icon theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="GtkCellView">
 
2
<refmeta>
 
3
<refentrytitle role="top_of_page">GtkCellView</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>GTK Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>GtkCellView</refname>
 
10
<refpurpose>A widget displaying a single row of a GtkTreeModel</refpurpose>
 
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
12
</refnamediv>
 
13
 
 
14
<refsynopsisdiv role="synopsis">
 
15
<title role="synopsis.title">Synopsis</title>
 
16
 
 
17
<synopsis>
 
18
 
 
19
#include &lt;gtk/gtk.h&gt;
 
20
 
 
21
 
 
22
                    <link linkend="GtkCellView-struct">GtkCellView</link>;
 
23
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-cell-view-new">gtk_cell_view_new</link>                   (void);
 
24
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-cell-view-new-with-text">gtk_cell_view_new_with_text</link>         (const <link linkend="gchar">gchar</link> *text);
 
25
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-cell-view-new-with-markup">gtk_cell_view_new_with_markup</link>       (const <link linkend="gchar">gchar</link> *markup);
 
26
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="gtk-cell-view-new-with-pixbuf">gtk_cell_view_new_with_pixbuf</link>       (<link linkend="GdkPixbuf">GdkPixbuf</link> *pixbuf);
 
27
<link linkend="void">void</link>                <link linkend="gtk-cell-view-set-model">gtk_cell_view_set_model</link>             (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
28
                                                         <link linkend="GtkTreeModel">GtkTreeModel</link> *model);
 
29
<link linkend="void">void</link>                <link linkend="gtk-cell-view-set-displayed-row">gtk_cell_view_set_displayed_row</link>     (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
30
                                                         <link linkend="GtkTreePath">GtkTreePath</link> *path);
 
31
<link linkend="GtkTreePath">GtkTreePath</link>*        <link linkend="gtk-cell-view-get-displayed-row">gtk_cell_view_get_displayed_row</link>     (<link linkend="GtkCellView">GtkCellView</link> *cell_view);
 
32
<link linkend="gboolean">gboolean</link>            <link linkend="gtk-cell-view-get-size-of-row">gtk_cell_view_get_size_of_row</link>       (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
33
                                                         <link linkend="GtkTreePath">GtkTreePath</link> *path,
 
34
                                                         <link linkend="GtkRequisition">GtkRequisition</link> *requisition);
 
35
<link linkend="void">void</link>                <link linkend="gtk-cell-view-set-background-color">gtk_cell_view_set_background_color</link>  (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
36
                                                         const <link linkend="GdkColor">GdkColor</link> *color);
 
37
<link linkend="GList">GList</link>*              <link linkend="gtk-cell-view-get-cell-renderers">gtk_cell_view_get_cell_renderers</link>    (<link linkend="GtkCellView">GtkCellView</link> *cell_view);
 
38
 
 
39
 
 
40
</synopsis>
 
41
</refsynopsisdiv>
 
42
 
 
43
<refsect1 role="object_hierarchy">
 
44
<title role="object_hierarchy.title">Object Hierarchy</title>
 
45
<synopsis>
 
46
 
 
47
  <link linkend="GObject">GObject</link>
 
48
   +----<link linkend="GInitiallyUnowned">GInitiallyUnowned</link>
 
49
         +----<link linkend="GtkObject">GtkObject</link>
 
50
               +----<link linkend="GtkWidget">GtkWidget</link>
 
51
                     +----GtkCellView
 
52
</synopsis>
 
53
 
 
54
</refsect1>
 
55
 
 
56
 
 
57
 
 
58
<refsect1 role="impl_interfaces">
 
59
<title role="impl_interfaces.title">Implemented Interfaces</title>
 
60
<para>
 
61
GtkCellView implements
 
62
 <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkCellLayout">GtkCellLayout</link>.</para>
 
63
 
 
64
</refsect1>
 
65
 
 
66
 
 
67
<refsect1 role="properties">
 
68
<title role="properties.title">Properties</title>
 
69
<synopsis>
 
70
 
 
71
  &quot;<link linkend="GtkCellView--background">background</link>&quot;               <link linkend="gchararray">gchararray</link>            : Write
 
72
  &quot;<link linkend="GtkCellView--background-gdk">background-gdk</link>&quot;           <link linkend="GdkColor">GdkColor</link>              : Read / Write
 
73
  &quot;<link linkend="GtkCellView--background-set">background-set</link>&quot;           <link linkend="gboolean">gboolean</link>              : Read / Write
 
74
  &quot;<link linkend="GtkCellView--model">model</link>&quot;                    <link linkend="GtkTreeModel">GtkTreeModel</link>          : Read / Write
 
75
</synopsis>
 
76
</refsect1>
 
77
 
 
78
 
 
79
 
 
80
<refsect1 role="desc">
 
81
<title role="desc.title">Description</title>
 
82
<para>
 
83
A <link linkend="GtkCellView"><type>GtkCellView</type></link> displays a single row of a <link linkend="GtkTreeModel"><type>GtkTreeModel</type></link>, using
 
84
cell renderers just like <link linkend="GtkTreeView"><type>GtkTreeView</type></link>. <link linkend="GtkCellView"><type>GtkCellView</type></link> doesn't support
 
85
some of the more complex features of <link linkend="GtkTreeView"><type>GtkTreeView</type></link>, like cell editing
 
86
and drag and drop.
 
87
</para>
 
88
</refsect1>
 
89
 
 
90
<refsect1 role="details">
 
91
<title role="details.title">Details</title>
 
92
<refsect2>
 
93
<title><anchor id="GtkCellView-struct" role="struct"/>GtkCellView</title>
 
94
<indexterm><primary>GtkCellView</primary></indexterm><programlisting>typedef struct _GtkCellView GtkCellView;</programlisting>
 
95
<para>
 
96
 
 
97
</para></refsect2>
 
98
<refsect2>
 
99
<title><anchor id="gtk-cell-view-new" role="function" condition="since:2.6"/>gtk_cell_view_new ()</title>
 
100
<indexterm role="2.6"><primary>gtk_cell_view_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_cell_view_new                   (void);</programlisting>
 
101
<para>
 
102
Creates a new <link linkend="GtkCellView"><type>GtkCellView</type></link> widget.</para>
 
103
<para>
 
104
 
 
105
</para><variablelist role="params">
 
106
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> A newly created <link linkend="GtkCellView"><type>GtkCellView</type></link> widget.
 
107
 
 
108
</simpara></listitem></varlistentry>
 
109
</variablelist><para role="since">Since  2.6
 
110
</para></refsect2>
 
111
<refsect2>
 
112
<title><anchor id="gtk-cell-view-new-with-text" role="function" condition="since:2.6"/>gtk_cell_view_new_with_text ()</title>
 
113
<indexterm role="2.6"><primary>gtk_cell_view_new_with_text</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_cell_view_new_with_text         (const <link linkend="gchar">gchar</link> *text);</programlisting>
 
114
<para>
 
115
Creates a new <link linkend="GtkCellView"><type>GtkCellView</type></link> widget, adds a <link linkend="GtkCellRendererText"><type>GtkCellRendererText</type></link> 
 
116
to it, and makes its show <parameter>text</parameter>.</para>
 
117
<para>
 
118
 
 
119
</para><variablelist role="params">
 
120
<varlistentry><term><parameter>text</parameter>&nbsp;:</term>
 
121
<listitem><simpara> the text to display in the cell view
 
122
</simpara></listitem></varlistentry>
 
123
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> A newly created <link linkend="GtkCellView"><type>GtkCellView</type></link> widget.
 
124
 
 
125
</simpara></listitem></varlistentry>
 
126
</variablelist><para role="since">Since  2.6
 
127
</para></refsect2>
 
128
<refsect2>
 
129
<title><anchor id="gtk-cell-view-new-with-markup" role="function" condition="since:2.6"/>gtk_cell_view_new_with_markup ()</title>
 
130
<indexterm role="2.6"><primary>gtk_cell_view_new_with_markup</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_cell_view_new_with_markup       (const <link linkend="gchar">gchar</link> *markup);</programlisting>
 
131
<para>
 
132
Creates a new <link linkend="GtkCellView"><type>GtkCellView</type></link> widget, adds a <link linkend="GtkCellRendererText"><type>GtkCellRendererText</type></link> 
 
133
to it, and makes its show <parameter>markup</parameter>. The text can text can be
 
134
marked up with the <link linkend="PangoMarkupFormat">Pango text 
 
135
markup language</link>.</para>
 
136
<para>
 
137
 
 
138
</para><variablelist role="params">
 
139
<varlistentry><term><parameter>markup</parameter>&nbsp;:</term>
 
140
<listitem><simpara> the text to display in the cell view
 
141
</simpara></listitem></varlistentry>
 
142
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> A newly created <link linkend="GtkCellView"><type>GtkCellView</type></link> widget.
 
143
 
 
144
</simpara></listitem></varlistentry>
 
145
</variablelist><para role="since">Since  2.6
 
146
</para></refsect2>
 
147
<refsect2>
 
148
<title><anchor id="gtk-cell-view-new-with-pixbuf" role="function" condition="since:2.6"/>gtk_cell_view_new_with_pixbuf ()</title>
 
149
<indexterm role="2.6"><primary>gtk_cell_view_new_with_pixbuf</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          gtk_cell_view_new_with_pixbuf       (<link linkend="GdkPixbuf">GdkPixbuf</link> *pixbuf);</programlisting>
 
150
<para>
 
151
Creates a new <link linkend="GtkCellView"><type>GtkCellView</type></link> widget, adds a <link linkend="GtkCellRendererPixbuf"><type>GtkCellRendererPixbuf</type></link> 
 
152
to it, and makes its show <parameter>pixbuf</parameter>.</para>
 
153
<para>
 
154
 
 
155
</para><variablelist role="params">
 
156
<varlistentry><term><parameter>pixbuf</parameter>&nbsp;:</term>
 
157
<listitem><simpara> the image to display in the cell view
 
158
</simpara></listitem></varlistentry>
 
159
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> A newly created <link linkend="GtkCellView"><type>GtkCellView</type></link> widget.
 
160
 
 
161
</simpara></listitem></varlistentry>
 
162
</variablelist><para role="since">Since  2.6
 
163
</para></refsect2>
 
164
<refsect2>
 
165
<title><anchor id="gtk-cell-view-set-model" role="function" condition="since:2.6"/>gtk_cell_view_set_model ()</title>
 
166
<indexterm role="2.6"><primary>gtk_cell_view_set_model</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_cell_view_set_model             (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
167
                                                         <link linkend="GtkTreeModel">GtkTreeModel</link> *model);</programlisting>
 
168
<para>
 
169
Sets the model for <parameter>cell_view</parameter>.  If <parameter>cell_view</parameter> already has a model
 
170
set, it will remove it before setting the new model.  If <parameter>model</parameter> is 
 
171
<link linkend="NULL:CAPS"><literal>NULL</literal></link>, then it will unset the old model.</para>
 
172
<para>
 
173
 
 
174
</para><variablelist role="params">
 
175
<varlistentry><term><parameter>cell_view</parameter>&nbsp;:</term>
 
176
<listitem><simpara> a <link linkend="GtkCellView"><type>GtkCellView</type></link>
 
177
</simpara></listitem></varlistentry>
 
178
<varlistentry><term><parameter>model</parameter>&nbsp;:</term>
 
179
<listitem><simpara> a <link linkend="GtkTreeModel"><type>GtkTreeModel</type></link>
 
180
</simpara></listitem></varlistentry>
 
181
</variablelist><para role="since">Since  2.6
 
182
</para></refsect2>
 
183
<refsect2>
 
184
<title><anchor id="gtk-cell-view-set-displayed-row" role="function" condition="since:2.6"/>gtk_cell_view_set_displayed_row ()</title>
 
185
<indexterm role="2.6"><primary>gtk_cell_view_set_displayed_row</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_cell_view_set_displayed_row     (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
186
                                                         <link linkend="GtkTreePath">GtkTreePath</link> *path);</programlisting>
 
187
<para>
 
188
Sets the row of the model that is currently displayed
 
189
by the <link linkend="GtkCellView"><type>GtkCellView</type></link>. If the path is unset, then the
 
190
contents of the cellview "stick" at their last value;
 
191
this is not normally a desired result, but may be
 
192
a needed intermediate state if say, the model for
 
193
the <link linkend="GtkCellView"><type>GtkCellView</type></link> becomes temporarily empty.</para>
 
194
<para>
 
195
 
 
196
</para><variablelist role="params">
 
197
<varlistentry><term><parameter>cell_view</parameter>&nbsp;:</term>
 
198
<listitem><simpara> a <link linkend="GtkCellView"><type>GtkCellView</type></link>
 
199
</simpara></listitem></varlistentry>
 
200
<varlistentry><term><parameter>path</parameter>&nbsp;:</term>
 
201
<listitem><simpara> a <link linkend="GtkTreePath"><type>GtkTreePath</type></link> or <link linkend="NULL:CAPS"><literal>NULL</literal></link> to unset.
 
202
</simpara></listitem></varlistentry>
 
203
</variablelist><para role="since">Since  2.6
 
204
</para></refsect2>
 
205
<refsect2>
 
206
<title><anchor id="gtk-cell-view-get-displayed-row" role="function" condition="since:2.6"/>gtk_cell_view_get_displayed_row ()</title>
 
207
<indexterm role="2.6"><primary>gtk_cell_view_get_displayed_row</primary></indexterm><programlisting><link linkend="GtkTreePath">GtkTreePath</link>*        gtk_cell_view_get_displayed_row     (<link linkend="GtkCellView">GtkCellView</link> *cell_view);</programlisting>
 
208
<para>
 
209
Returns a <link linkend="GtkTreePath"><type>GtkTreePath</type></link> referring to the currently 
 
210
displayed row. If no row is currently displayed, 
 
211
<link linkend="NULL:CAPS"><literal>NULL</literal></link> is returned.</para>
 
212
<para>
 
213
 
 
214
</para><variablelist role="params">
 
215
<varlistentry><term><parameter>cell_view</parameter>&nbsp;:</term>
 
216
<listitem><simpara> a <link linkend="GtkCellView"><type>GtkCellView</type></link>
 
217
</simpara></listitem></varlistentry>
 
218
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> the currently displayed row or <link linkend="NULL:CAPS"><literal>NULL</literal></link>
 
219
 
 
220
</simpara></listitem></varlistentry>
 
221
</variablelist><para role="since">Since  2.6
 
222
</para></refsect2>
 
223
<refsect2>
 
224
<title><anchor id="gtk-cell-view-get-size-of-row" role="function" condition="since:2.6"/>gtk_cell_view_get_size_of_row ()</title>
 
225
<indexterm role="2.6"><primary>gtk_cell_view_get_size_of_row</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            gtk_cell_view_get_size_of_row       (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
226
                                                         <link linkend="GtkTreePath">GtkTreePath</link> *path,
 
227
                                                         <link linkend="GtkRequisition">GtkRequisition</link> *requisition);</programlisting>
 
228
<para>
 
229
Sets <parameter>requisition</parameter> to the size needed by <parameter>cell_view</parameter> to display 
 
230
the model row pointed to by <parameter>path</parameter>.</para>
 
231
<para>
 
232
 
 
233
</para><variablelist role="params">
 
234
<varlistentry><term><parameter>cell_view</parameter>&nbsp;:</term>
 
235
<listitem><simpara> a <link linkend="GtkCellView"><type>GtkCellView</type></link>
 
236
</simpara></listitem></varlistentry>
 
237
<varlistentry><term><parameter>path</parameter>&nbsp;:</term>
 
238
<listitem><simpara> a <link linkend="GtkTreePath"><type>GtkTreePath</type></link> 
 
239
</simpara></listitem></varlistentry>
 
240
<varlistentry><term><parameter>requisition</parameter>&nbsp;:</term>
 
241
<listitem><simpara> return location for the size 
 
242
</simpara></listitem></varlistentry>
 
243
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> <link linkend="TRUE:CAPS"><literal>TRUE</literal></link>
 
244
 
 
245
</simpara></listitem></varlistentry>
 
246
</variablelist><para role="since">Since  2.6
 
247
</para></refsect2>
 
248
<refsect2>
 
249
<title><anchor id="gtk-cell-view-set-background-color" role="function" condition="since:2.6"/>gtk_cell_view_set_background_color ()</title>
 
250
<indexterm role="2.6"><primary>gtk_cell_view_set_background_color</primary></indexterm><programlisting><link linkend="void">void</link>                gtk_cell_view_set_background_color  (<link linkend="GtkCellView">GtkCellView</link> *cell_view,
 
251
                                                         const <link linkend="GdkColor">GdkColor</link> *color);</programlisting>
 
252
<para>
 
253
Sets the background color of <parameter>view</parameter>.</para>
 
254
<para>
 
255
 
 
256
</para><variablelist role="params">
 
257
<varlistentry><term><parameter>cell_view</parameter>&nbsp;:</term>
 
258
<listitem><simpara> a <link linkend="GtkCellView"><type>GtkCellView</type></link>
 
259
</simpara></listitem></varlistentry>
 
260
<varlistentry><term><parameter>color</parameter>&nbsp;:</term>
 
261
<listitem><simpara> the new background color
 
262
</simpara></listitem></varlistentry>
 
263
</variablelist><para role="since">Since  2.6
 
264
</para></refsect2>
 
265
<refsect2>
 
266
<title><anchor id="gtk-cell-view-get-cell-renderers" role="function" condition="since:2.6"/>gtk_cell_view_get_cell_renderers ()</title>
 
267
<indexterm role="2.6"><primary>gtk_cell_view_get_cell_renderers</primary></indexterm><programlisting><link linkend="GList">GList</link>*              gtk_cell_view_get_cell_renderers    (<link linkend="GtkCellView">GtkCellView</link> *cell_view);</programlisting>
 
268
<para>
 
269
Returns the cell renderers which have been added to <parameter>cell_view</parameter>.</para>
 
270
<para>
 
271
 
 
272
</para><variablelist role="params">
 
273
<varlistentry><term><parameter>cell_view</parameter>&nbsp;:</term>
 
274
<listitem><simpara> a <link linkend="GtkCellView"><type>GtkCellView</type></link>
 
275
</simpara></listitem></varlistentry>
 
276
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> a list of cell renderers. The list, but not the
 
277
  renderers has been newly allocated and should be freed with
 
278
  <link linkend="g-list-free"><function>g_list_free()</function></link> when no longer needed.
 
279
 
 
280
</simpara></listitem></varlistentry>
 
281
</variablelist><para role="since">Since  2.6
 
282
</para></refsect2>
 
283
 
 
284
</refsect1>
 
285
<refsect1 role="property_details">
 
286
<title role="property_details.title">Property Details</title>
 
287
<refsect2><title><anchor id="GtkCellView--background"/>The &quot;<literal>background</literal>&quot; property</title>
 
288
<indexterm><primary>GtkCellView:background</primary></indexterm><programlisting>  &quot;background&quot;               <link linkend="gchararray">gchararray</link>            : Write</programlisting>
 
289
<para>Background color as a string.</para><para>Default value: NULL</para>
 
290
</refsect2>
 
291
<refsect2><title><anchor id="GtkCellView--background-gdk"/>The &quot;<literal>background-gdk</literal>&quot; property</title>
 
292
<indexterm><primary>GtkCellView:background-gdk</primary></indexterm><programlisting>  &quot;background-gdk&quot;           <link linkend="GdkColor">GdkColor</link>              : Read / Write</programlisting>
 
293
<para>Background color as a GdkColor.</para></refsect2>
 
294
<refsect2><title><anchor id="GtkCellView--background-set"/>The &quot;<literal>background-set</literal>&quot; property</title>
 
295
<indexterm><primary>GtkCellView:background-set</primary></indexterm><programlisting>  &quot;background-set&quot;           <link linkend="gboolean">gboolean</link>              : Read / Write</programlisting>
 
296
<para>Whether this tag affects the background color.</para><para>Default value: FALSE</para>
 
297
</refsect2>
 
298
<refsect2><title><anchor id="GtkCellView--model"/>The &quot;<literal>model</literal>&quot; property</title>
 
299
<indexterm><primary>GtkCellView:model</primary></indexterm><programlisting>  &quot;model&quot;                    <link linkend="GtkTreeModel">GtkTreeModel</link>          : Read / Write</programlisting>
 
300
<para>
 
301
The model for cell view
 
302
</para>
 
303
<para>
 
304
since 2.10</para>
 
305
<para>
 
306
 
 
307
</para></refsect2>
 
308
 
 
309
</refsect1>
 
310
 
 
311
 
 
312
 
 
313
 
 
314
</refentry>