File: cellrenderer_8hh-source.html

package info (click to toggle)
gfcui 2.3.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 43,420 kB
  • ctags: 18,023
  • sloc: cpp: 53,967; sh: 31,555; makefile: 1,322; perl: 108
file content (268 lines) | stat: -rw-r--r-- 22,535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>GTK+ Foundation Classes</title>
  <link href="gfc.css" rel="stylesheet" type="text/css">
  <meta content="The GFC Development Team" name="author">
  <meta content="Core Library Reference Manual" name="description">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(243, 244, 248);"
 alink="#000099" link="#000099" vlink="#990099">
<table style="text-align: left; width: 1227px; height: 117px;"
 border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td
 style="text-align: center; background-color: rgb(255, 255, 255); width: 220px; vertical-align: top;"><img
 alt="GFC Logo" src="../images/gfc.png"
 style="width: 207px; height: 92px;"></td>
      <td
 style="text-align: center; background-color: rgb(87, 107, 152); vertical-align: middle;"><img
 alt="GFC Title Logo" src="../images/gfc-title.png"
 style="width: 418px; height: 76px;"><br>
      </td>
    </tr>
    <tr>
      <td
 style="text-align: center; background-color: rgb(65, 77, 104); vertical-align: middle;"><big><span
 style="color: rgb(255, 255, 153); font-weight: bold;">Reference Manual</span></big><br>
      </td>
      <td
 style="text-align: center; background-color: rgb(148, 164, 200); vertical-align: middle;"><small
 style="font-family: helvetica,arial,sans-serif;"><a
 href="../html/index.html">Main Page</a>&nbsp; |&nbsp; <a
 href="../html/namespaces.html">Namespace List</a>&nbsp; |&nbsp; <a
 href="classes.html">Alphabetical List</a>&nbsp; |&nbsp; <a
 href="../html/annotated.html">Class List</a>&nbsp; |&nbsp; <a
 href="../html/files.html">File List</a></small><br>
      </td>
    </tr>
  </tbody>
</table>
<small> </small>
</body>
</html>
<!-- Generated by Doxygen 1.3.8 -->
<h1>cellrenderer.hh</h1><a href="cellrenderer_8hh.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/*  GFC-UI: GTK+ Foundation Classes (User Interface Library)</span>
00002 <span class="comment"> *  Copyright (C) 2002-2004 The GFC Development Team.</span>
00003 <span class="comment"> *</span>
00004 <span class="comment"> *  This program is free software; you can redistribute it and/or modify</span>
00005 <span class="comment"> *  it under the terms of the GNU General Public License as published by</span>
00006 <span class="comment"> *  the Free Software Foundation; either version 2 of the License, or</span>
00007 <span class="comment"> *  (at your option) any later version.</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> *  This program is distributed in the hope that it will be useful,</span>
00010 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00011 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
00012 <span class="comment"> *  GNU Library General Public License for more details.</span>
00013 <span class="comment"> *</span>
00014 <span class="comment"> *  You should have received a copy of the GNU Library General Public License</span>
00015 <span class="comment"> *  along with this program; if not, write to the Free Software</span>
00016 <span class="comment"> *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
00017 <span class="comment"> */</span>
00018  
00023 
00024 <span class="preprocessor">#ifndef GFC_GTK_CELL_RENDERER_HH</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define GFC_GTK_CELL_RENDERER_HH</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#ifndef GFC_GTK_OBJECT_HH</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#include &lt;<a class="code" href="gtk_2object_8hh.html">gfc/gtk/object.hh</a>&gt;</span>
00029 <span class="preprocessor">#endif</span>
00030 <span class="preprocessor"></span>
00031 <span class="preprocessor">#ifndef GFC_GTK_ENUMS_HH</span>
00032 <span class="preprocessor"></span><span class="preprocessor">#include &lt;<a class="code" href="enums_8hh.html">gfc/gtk/enums.hh</a>&gt;</span>
00033 <span class="preprocessor">#endif</span>
00034 <span class="preprocessor"></span>
00035 <span class="preprocessor">#ifndef GFC_G_PROPERTY_HH</span>
00036 <span class="preprocessor"></span><span class="preprocessor">#include &lt;<a class="codeRef" doxygen="gfccore.tag:" href="property_8hh.html">gfc/glib/property.hh</a>&gt;</span>
00037 <span class="preprocessor">#endif</span>
00038 <span class="preprocessor"></span>
00039 <span class="preprocessor">#ifndef __GTK_CELL_RENDERER_H__</span>
00040 <span class="preprocessor"></span><span class="preprocessor">#include &lt;gtk/gtkcellrenderer.h&gt;</span>
00041 <span class="preprocessor">#endif</span>
00042 <span class="preprocessor"></span>
00043 <span class="keyword">namespace </span>GFC {
00044 
00045 <span class="keyword">namespace </span>Gdk {
00046 <span class="keyword">class </span>Color;
00047 <span class="keyword">class </span>Event;
00048 <span class="keyword">class </span>Rectangle;
00049 <span class="keyword">class </span>Window;
00050 }
00051 
00052 <span class="keyword">namespace </span>Gtk {
00053 
00054 <span class="keyword">class </span>CellEditable;
00055 <span class="keyword">class </span>Widget;
00056 
00059 
<a name="l00060"></a><a class="code" href="namespaceGFC_1_1Gtk.html#a310">00060</a> <span class="keyword">enum</span> <a class="code" href="namespaceGFC_1_1Gtk.html#a310">CellRendererState</a>
00061 {
00062         <a class="code" href="namespaceGFC_1_1Gtk.html#a310a12">CELL_RENDERER_SELECTED</a> = GTK_CELL_RENDERER_SELECTED, 
00063         <a class="code" href="namespaceGFC_1_1Gtk.html#a310a13">CELL_RENDERER_PRELIT</a> = GTK_CELL_RENDERER_PRELIT, 
00064         <a class="code" href="namespaceGFC_1_1Gtk.html#a310a14">CELL_RENDERER_INSENSITIVE</a> = GTK_CELL_RENDERER_INSENSITIVE, 
00065         <a class="code" href="namespaceGFC_1_1Gtk.html#a310a15">CELL_RENDERER_SORTED</a> = GTK_CELL_RENDERER_SORTED, 
00066         <a class="code" href="namespaceGFC_1_1Gtk.html#a310a16">CELL_RENDERER_FOCUSED</a> = GTK_CELL_RENDERER_FOCUSED 
00067 };
00068 
00070 
<a name="l00071"></a><a class="code" href="namespaceGFC_1_1Gtk.html#a11">00071</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespaceGFC_1_1Gtk.html#a11">CellRendererStateField</a>;
00072 
00075 
<a name="l00076"></a><a class="code" href="namespaceGFC_1_1Gtk.html#a311">00076</a> <span class="keyword">enum</span> <a class="code" href="namespaceGFC_1_1Gtk.html#a311">CellRendererMode</a>
00077 {
00078         <a class="code" href="namespaceGFC_1_1Gtk.html#a311a17">INERT</a> = GTK_CELL_RENDERER_MODE_INERT, 
00079         <a class="code" href="namespaceGFC_1_1Gtk.html#a311a18">ACTIVATABLE</a> = GTK_CELL_RENDERER_MODE_ACTIVATABLE, 
00080         <a class="code" href="namespaceGFC_1_1Gtk.html#a311a19">EDITABLE</a> = GTK_CELL_RENDERER_MODE_EDITABLE 
00081 };
00082 
00096 
<a name="l00097"></a><a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html">00097</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html">CellRenderer</a> : <span class="keyword">public</span> <a class="code" href="classGFC_1_1Gtk_1_1Object.html">Object</a>
00098 {
00099         <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00100 
00101         <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z373_0">CellRenderer</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html">CellRenderer</a>&amp;);
00102         <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html">CellRenderer</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html">CellRenderer</a>&amp;);
00103         
00104 <span class="keyword">protected</span>:
00107 
00108         <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z373_0">CellRenderer</a>(GtkCellRenderer *cell, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">false</span>);
00115 
00119  
00120         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z374_0">editing_canceled</a>();
00125         
00129 
00130         <span class="keyword">typedef</span> G::Property&lt;CellRendererMode, int&gt; ModePropertyType;
00131         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, ModePropertyType&gt; ModePropertyProxy;
00132         <span class="keyword">static</span> <span class="keyword">const</span> ModePropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_26">mode_property</a>;
00134 
00135         <span class="keyword">typedef</span> G::Property&lt;bool&gt; VisiblePropertyType;
00136         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, VisiblePropertyType&gt; VisiblePropertyProxy;
00137         <span class="keyword">static</span> <span class="keyword">const</span> VisiblePropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_27">visible_property</a>;
00139 
00140         <span class="keyword">typedef</span> G::Property&lt;float&gt; XAlignPropertyType;
00141         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, XAlignPropertyType&gt; XAlignPropertyProxy;
00142         <span class="keyword">static</span> <span class="keyword">const</span> XAlignPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_28">xalign_property</a>;
00144 
00145         <span class="keyword">typedef</span> G::Property&lt;float&gt; YAlignPropertyType;
00146         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, YAlignPropertyType&gt; YAlignPropertyProxy;
00147         <span class="keyword">static</span> <span class="keyword">const</span> YAlignPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_29">yalign_property</a>;
00149 
00150         <span class="keyword">typedef</span> G::Property&lt;unsigned int&gt; XPadPropertyType;
00151         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, XPadPropertyType&gt; XPadPropertyProxy;
00152         <span class="keyword">static</span> <span class="keyword">const</span> XPadPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_30">xpad_property</a>;
00154 
00155         <span class="keyword">typedef</span> G::Property&lt;unsigned int&gt; YPadPropertyType;
00156         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, YPadPropertyType&gt; YPadPropertyProxy;
00157         <span class="keyword">static</span> <span class="keyword">const</span> YPadPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_31">ypad_property</a>;
00159 
00160         <span class="keyword">typedef</span> G::Property&lt;int&gt; WidthPropertyType;
00161         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, WidthPropertyType&gt; WidthPropertyProxy;
00162         <span class="keyword">static</span> <span class="keyword">const</span> WidthPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_32">width_property</a>;
00164 
00165         <span class="keyword">typedef</span> G::Property&lt;int&gt; HeightPropertyType;
00166         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, HeightPropertyType&gt; HeightPropertyProxy;
00167         <span class="keyword">static</span> <span class="keyword">const</span> HeightPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_33">height_property</a>;
00169 
00170         <span class="keyword">typedef</span> G::Property&lt;bool&gt; IsExpanderPropertyType;
00171         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, IsExpanderPropertyType&gt; IsExpanderPropertyProxy;
00172         <span class="keyword">static</span> <span class="keyword">const</span> IsExpanderPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_34">is_expander_property</a>;
00174 
00175         <span class="keyword">typedef</span> G::Property&lt;bool&gt; IsExpandedPropertyType;
00176         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, IsExpandedPropertyType&gt; IsExpandedPropertyProxy;
00177         <span class="keyword">static</span> <span class="keyword">const</span> IsExpandedPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_35">is_expanded_property</a>;
00179 
00180         <span class="keyword">typedef</span> G::WritableProperty&lt;String&gt; CellBackgroundPropertyType;
00181         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, CellBackgroundPropertyType&gt; CellBackgroundPropertyProxy;
00182         <span class="keyword">static</span> <span class="keyword">const</span> CellBackgroundPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_36">cell_background_property</a>;
00184 
00185         <span class="keyword">typedef</span> G::Property&lt;Pointer&lt;Gdk::Color&gt; &gt; CellBackgroundGdkPropertyType;
00186         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, CellBackgroundGdkPropertyType&gt; CellBackgroundGdkPropertyProxy;
00187         <span class="keyword">static</span> <span class="keyword">const</span> CellBackgroundGdkPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_37">cell_background_gdk_property</a>;
00189 
00190         <span class="keyword">typedef</span> G::Property&lt;bool&gt; CellBackgroundSetPropertyType;
00191         <span class="keyword">typedef</span> G::PropertyProxy&lt;G::Object, CellBackgroundSetPropertyType&gt; CellBackgroundSetPropertyProxy;
00192         <span class="keyword">static</span> <span class="keyword">const</span> CellBackgroundSetPropertyType <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z375_38">cell_background_set_property</a>;
00194         
00198 
00199         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">EditingCanceledSignalType</a>;
00200         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, EditingCanceledSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">EditingCanceledSignalProxy</a>;
00201         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">EditingCanceledSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z376_2">editing_canceled_signal</a>;
00206 
00208 
00209 <span class="keyword">public</span>:
00212 
00213         <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z377_0">~CellRenderer</a>();
00215 
00219 
00220         GtkCellRenderer* <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z378_0">gtk_cell_renderer</a>() <span class="keyword">const</span>;
00222 
00223         <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z378_1">operator GtkCellRenderer* </a>() <span class="keyword">const</span>;
00225 
00226         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z378_2">get_fixed_size</a>(<span class="keywordtype">int</span> *width, <span class="keywordtype">int</span> *height) <span class="keyword">const</span>;
00230 
00231         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z378_3">get_size</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>&amp; widget, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *cell_area,
00232                       <span class="keywordtype">int</span> *x_offset, <span class="keywordtype">int</span> *y_offset, <span class="keywordtype">int</span> *width, <span class="keywordtype">int</span> *height) <span class="keyword">const</span>;
00246 
00250 
00251         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z379_0">render</a>(<a class="code" href="classGFC_1_1Gdk_1_1Window.html">Gdk::Window</a>&amp; window, <a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a>&amp; widget, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *background_area,
00252                     <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *cell_area, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *expose_area, 
00253                     <a class="code" href="namespaceGFC_1_1Gtk.html#a11">CellRendererStateField</a> flags);
00268 
00269         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z379_1">activate</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Event.html">Gdk::Event</a> *event, <a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a> *widget, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; path,
00270                       <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *background_area, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *cell_area,
00271                       <a class="code" href="namespaceGFC_1_1Gtk.html#a11">CellRendererStateField</a> flags);
00284 
00285         <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1Pointer.html">Pointer&lt;CellEditable&gt;</a> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z379_2">start_editing</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Event.html">Gdk::Event</a> *event, <a class="code" href="classGFC_1_1Gtk_1_1Widget.html">Widget</a> *widget, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; path,
00286                                             <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *background_area, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gdk_1_1Rectangle.html">Gdk::Rectangle</a> *cell_area,
00287                                             <a class="code" href="namespaceGFC_1_1Gtk.html#a11">CellRendererStateField</a>  flags);
00297 
00298         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z379_3">set_fixed_size</a>(<span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height);
00302 
00306 
00307         <span class="keyword">const</span> ModePropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_0">prop_mode</a>();
00309 
00310         <span class="keyword">const</span> VisiblePropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_1">prop_visible</a>();
00312 
00313         <span class="keyword">const</span> XAlignPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_2">prop_xalign</a>();
00315 
00316         <span class="keyword">const</span> YAlignPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_3">prop_yalign</a>();
00318 
00319         <span class="keyword">const</span> XPadPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_4">prop_xpad</a>();
00321 
00322         <span class="keyword">const</span> YPadPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_5">prop_ypad</a>();
00324 
00325         <span class="keyword">const</span> WidthPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_6">prop_width</a>();
00327 
00328         <span class="keyword">const</span> HeightPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_7">prop_height</a>();
00330 
00331         <span class="keyword">const</span> IsExpanderPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_8">prop_is_expander</a>();
00333 
00334         <span class="keyword">const</span> IsExpandedPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_9">prop_is_expanded</a>();
00336 
00337         <span class="keyword">const</span> CellBackgroundPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_10">prop_cell_background</a>();
00339 
00340         <span class="keyword">const</span> CellBackgroundGdkPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_11">prop_cell_background_gdk</a>();
00342 
00343         <span class="keyword">const</span> CellBackgroundSetPropertyProxy <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z380_12">prop_cell_background_set</a>();
00345 
00349 
00350         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">EditingCanceledSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1CellRenderer.html#z381_0">sig_editing_canceled</a>();
00353 
00355 };
00356 
00357 } <span class="comment">// namespace Gtk</span>
00358 
00359 } <span class="comment">// namespace GFC</span>
00360 
00361 <span class="preprocessor">#include &lt;gfc/gtk/inline/cellrenderer.inl&gt;</span>
00362 
00363 <span class="preprocessor">#endif // GFC_GTK_CELL_RENDERER_HH</span>
00364 <span class="preprocessor"></span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Tue Aug 24 00:34:30 2004 for GFC-UI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>