~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkcellview.sgml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GtkCellView
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
A widget displaying a single row of a GtkTreeModel
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
A #GtkCellView displays a single row of a #GtkTreeModel, using
 
10
cell renderers just like #GtkTreeView. #GtkCellView doesn't support
 
11
some of the more complex features of #GtkTreeView, like cell editing
 
12
and drag and drop.
 
13
</para>
 
14
 
 
15
<!-- ##### SECTION See_Also ##### -->
 
16
<para>
 
17
 
 
18
</para>
 
19
 
 
20
<!-- ##### SECTION Stability_Level ##### -->
 
21
 
 
22
 
 
23
<!-- ##### SECTION Image ##### -->
 
24
 
 
25
 
 
26
<!-- ##### STRUCT GtkCellView ##### -->
 
27
<para>
 
28
 
 
29
</para>
 
30
 
 
31
 
 
32
<!-- ##### ARG GtkCellView:background ##### -->
 
33
<para>
 
34
 
 
35
</para>
 
36
 
 
37
<!-- ##### ARG GtkCellView:background-gdk ##### -->
 
38
<para>
 
39
 
 
40
</para>
 
41
 
 
42
<!-- ##### ARG GtkCellView:background-set ##### -->
 
43
<para>
 
44
 
 
45
</para>
 
46
 
 
47
<!-- ##### ARG GtkCellView:model ##### -->
 
48
<para>
 
49
 
 
50
</para>
 
51
 
 
52
<!-- ##### FUNCTION gtk_cell_view_new ##### -->
 
53
<para>
 
54
 
 
55
</para>
 
56
 
 
57
@void: 
 
58
@Returns: 
 
59
 
 
60
 
 
61
<!-- ##### FUNCTION gtk_cell_view_new_with_text ##### -->
 
62
<para>
 
63
 
 
64
</para>
 
65
 
 
66
@text: 
 
67
@Returns: 
 
68
 
 
69
 
 
70
<!-- ##### FUNCTION gtk_cell_view_new_with_markup ##### -->
 
71
<para>
 
72
 
 
73
</para>
 
74
 
 
75
@markup: 
 
76
@Returns: 
 
77
 
 
78
 
 
79
<!-- ##### FUNCTION gtk_cell_view_new_with_pixbuf ##### -->
 
80
<para>
 
81
 
 
82
</para>
 
83
 
 
84
@pixbuf: 
 
85
@Returns: 
 
86
 
 
87
 
 
88
<!-- ##### FUNCTION gtk_cell_view_set_model ##### -->
 
89
<para>
 
90
 
 
91
</para>
 
92
 
 
93
@cell_view: 
 
94
@model: 
 
95
 
 
96
 
 
97
<!-- ##### FUNCTION gtk_cell_view_get_model ##### -->
 
98
<para>
 
99
 
 
100
</para>
 
101
 
 
102
@cell_view: 
 
103
@Returns: 
 
104
 
 
105
 
 
106
<!-- ##### FUNCTION gtk_cell_view_set_displayed_row ##### -->
 
107
<para>
 
108
 
 
109
</para>
 
110
 
 
111
@cell_view: 
 
112
@path: 
 
113
 
 
114
 
 
115
<!-- ##### FUNCTION gtk_cell_view_get_displayed_row ##### -->
 
116
<para>
 
117
 
 
118
</para>
 
119
 
 
120
@cell_view: 
 
121
@Returns: 
 
122
 
 
123
 
 
124
<!-- ##### FUNCTION gtk_cell_view_get_size_of_row ##### -->
 
125
<para>
 
126
 
 
127
</para>
 
128
 
 
129
@cell_view: 
 
130
@path: 
 
131
@requisition: 
 
132
@Returns: 
 
133
 
 
134
 
 
135
<!-- ##### FUNCTION gtk_cell_view_set_background_color ##### -->
 
136
<para>
 
137
 
 
138
</para>
 
139
 
 
140
@cell_view: 
 
141
@color: 
 
142
 
 
143
 
 
144
<!-- ##### FUNCTION gtk_cell_view_get_cell_renderers ##### -->
 
145
<para>
 
146
 
 
147
</para>
 
148
 
 
149
@cell_view: 
 
150
@Returns: 
 
151
 
 
152