File: classGtk_1_1ComboBoxEntry.html

package info (click to toggle)
gtkmm2.4 1%3A2.24.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76,100 kB
  • sloc: xml: 80,438; sh: 10,948; cpp: 8,005; perl: 236; makefile: 224
file content (488 lines) | stat: -rw-r--r-- 37,300 bytes parent folder | download
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>gtkmm: Gtk::ComboBoxEntry Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">gtkmm&#160;<span id="projectnumber">2.24.2</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespaceGtk.html">Gtk</a> </li>
      <li class="navelem"><a class="el" href="classGtk_1_1ComboBoxEntry.html">ComboBoxEntry</a> </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#related">Related Functions</a> </div>
  <div class="headertitle">
<h1>Gtk::ComboBoxEntry Class Reference<div class="ingroups"><a class="el" href="group__Widgets.html">Widgets</a></div></h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="Gtk::ComboBoxEntry" --><!-- doxytag: inherits="Gtk::ComboBox" -->
<p>A text entry field with a dropdown list. <a href="#_details">More...</a></p>
<div class="dynheader">
Inheritance diagram for Gtk::ComboBoxEntry:</div>
<div class="dyncontent">
<div class="center"><img src="classGtk_1_1ComboBoxEntry__inherit__graph.png" border="0" usemap="#Gtk_1_1ComboBoxEntry_inherit__map" alt="Inheritance graph"/></div>
<map name="Gtk_1_1ComboBoxEntry_inherit__map" id="Gtk_1_1ComboBoxEntry_inherit__map">
<area shape="rect" id="node26" href="classGtk_1_1ComboBoxEntryText.html" title="This is a specialisation of the ComboBoxEntry which has one column of text (a simple list)..." alt="" coords="140,726,311,757"/><area shape="rect" id="node2" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items." alt="" coords="168,566,283,597"/><area shape="rect" id="node4" href="classGtk_1_1Bin.html" title="A container with just one child." alt="" coords="148,486,217,517"/><area shape="rect" id="node6" href="classGtk_1_1Container.html" title="Abstract container class." alt="" coords="116,406,223,437"/><area shape="rect" id="node8" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets)" alt="" coords="107,326,197,357"/><area shape="rect" id="node10" href="classGtk_1_1Object.html" title="Gtk::Object is the base class for all widgets, and for a few non&#45;widget objects such as Gtk::Adjustme..." alt="" coords="5,246,93,277"/><area shape="rect" id="node12" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html" title="Glib::Object" alt="" coords="57,166,148,197"/><area shape="rect" id="node14" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html" title="Glib::ObjectBase" alt="" coords="116,86,236,117"/><area shape="rect" id="node22" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html" title="Glib::Interface" alt="" coords="199,166,303,197"/><area shape="rect" id="node16" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/structsigc_1_1trackable.html" title="sigc::trackable" alt="" coords="123,6,229,37"/><area shape="rect" id="node18" href="classAtk_1_1Implementor.html" title="Atk::Implementor" alt="" coords="117,246,240,277"/><area shape="rect" id="node20" href="classGtk_1_1CellLayout.html" title="An interface for packing cells." alt="" coords="221,326,333,357"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for Gtk::ComboBoxEntry:</div>
<div class="dyncontent">
<div class="center"><img src="classGtk_1_1ComboBoxEntry__coll__graph.png" border="0" usemap="#Gtk_1_1ComboBoxEntry_coll__map" alt="Collaboration graph"/></div>
<map name="Gtk_1_1ComboBoxEntry_coll__map" id="Gtk_1_1ComboBoxEntry_coll__map">
<area shape="rect" id="node2" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items." alt="" coords="168,566,283,597"/><area shape="rect" id="node4" href="classGtk_1_1Bin.html" title="A container with just one child." alt="" coords="148,486,217,517"/><area shape="rect" id="node6" href="classGtk_1_1Container.html" title="Abstract container class." alt="" coords="116,406,223,437"/><area shape="rect" id="node8" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets)" alt="" coords="107,326,197,357"/><area shape="rect" id="node10" href="classGtk_1_1Object.html" title="Gtk::Object is the base class for all widgets, and for a few non&#45;widget objects such as Gtk::Adjustme..." alt="" coords="5,246,93,277"/><area shape="rect" id="node12" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Object.html" title="Glib::Object" alt="" coords="57,166,148,197"/><area shape="rect" id="node14" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ObjectBase.html" title="Glib::ObjectBase" alt="" coords="116,86,236,117"/><area shape="rect" id="node22" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1Interface.html" title="Glib::Interface" alt="" coords="199,166,303,197"/><area shape="rect" id="node16" doxygen="libsigc++-2.0.tag:http://library.gnome.org/devel/libsigc++/unstable/" href="http://library.gnome.org/devel/libsigc++/unstable/structsigc_1_1trackable.html" title="sigc::trackable" alt="" coords="123,6,229,37"/><area shape="rect" id="node18" href="classAtk_1_1Implementor.html" title="Atk::Implementor" alt="" coords="117,246,240,277"/><area shape="rect" id="node20" href="classGtk_1_1CellLayout.html" title="An interface for packing cells." alt="" coords="221,326,333,357"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classGtk_1_1ComboBoxEntry-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a57afa8a837f45e3ba60878291b448a4b">~ComboBoxEntry</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkComboBoxEntry*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a56e85dfdf965ab78608f408f5cb1de64">gobj</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#a56e85dfdf965ab78608f408f5cb1de64"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const GtkComboBoxEntry*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#aaed72bc5a7cd255a0f6f6345f840d499">gobj</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides access to the underlying C GtkObject. <a href="#aaed72bc5a7cd255a0f6f6345f840d499"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a3584240ffbcecdffbdaabb27ab6eecd6">ComboBoxEntry</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a9e9d0fcc3b0320ef7e18d1e9c6b8bf4d">ComboBoxEntry</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGtk_1_1TreeModel.html">TreeModel</a> &gt;&amp; model, const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>&amp; text_column)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> which has an <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> as child and a list of strings as popup. <a href="#a9e9d0fcc3b0320ef7e18d1e9c6b8bf4d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a0132e13cb9ac60b377f6cb6850569136">ComboBoxEntry</a> (const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGtk_1_1TreeModel.html">TreeModel</a> &gt;&amp; model, int text_column=0)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> which has an <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> as child and a list of strings as popup. <a href="#a0132e13cb9ac60b377f6cb6850569136"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#afa2e958fe2a503113020eeb6902a838c">set_text_column</a> (const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>&amp; text_column) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the model column which <em>entry_box</em> should use to get strings from to be <em>text_column</em>. <a href="#afa2e958fe2a503113020eeb6902a838c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a52133b01b4f7f0cc7c8d6e4e57847408">set_text_column</a> (int text_column) const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the model column which <em>entry_box</em> should use to get strings from to be <em>text_column</em>. <a href="#a52133b01b4f7f0cc7c8d6e4e57847408"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a23d117cd30047c9bc291f1308e4fc579">get_text_column</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the column which <em>entry_box</em> is using to get the strings from. <a href="#a23d117cd30047c9bc291f1308e4fc579"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a3e04a274d621b3210209fd9b1c4f58a6">get_active_text</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the currently active string. <a href="#a3e04a274d621b3210209fd9b1c4f58a6"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1Entry.html">Entry</a>*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a8323c424114a5b3be5a31ce4346383dd">get_entry</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a0fe8d234a129eda91f28bf4934e05e79">get_entry</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt; int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a11eef7ce27e47ab4569b1ec5a5e90abc">property_text_column</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A column in the data source model to get the strings from. <a href="#a11eef7ce27e47ab4569b1ec5a5e90abc"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt; int &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a79dfdb77c460742550bbe4ecb0e721b5">property_text_column</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A column in the data source model to get the strings from. <a href="#a79dfdb77c460742550bbe4ecb0e721b5"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="related"></a>
Related Functions</h2></td></tr>
<tr><td colspan="2">(Note that these are not member functions.) <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classGtk_1_1ComboBoxEntry.html">Gtk::ComboBoxEntry</a>*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ComboBoxEntry.html#a5b826be2808a06492d5ae56fcdd35345">wrap</a> (GtkComboBoxEntry* object, bool take_copy=false)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. <a href="#a5b826be2808a06492d5ae56fcdd35345"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>A text entry field with a dropdown list. </p>
<p>A <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> is a widget that allows the user to choose from a list of valid choices or enter a different value. It is very similar to a <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items.">ComboBox</a>, but it displays the selected value in an entry to allow modifying it.</p>
<p>In contrast to a <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items.">ComboBox</a>, the underlying model of a <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> must always have a text column (see <a class="el" href="classGtk_1_1ComboBoxEntry.html#afa2e958fe2a503113020eeb6902a838c" title="Sets the model column which entry_box should use to get strings from to be text_column.">set_text_column()</a>), and the entry will show the content of the text column in the selected row. To get the text from the entry, use <a class="el" href="classGtk_1_1ComboBoxEntry.html#a3e04a274d621b3210209fd9b1c4f58a6" title="Returns the currently active string.">get_active_text()</a>.</p>
<p>The changed signal will be emitted while typing into a <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a>, as well as when selecting an item from the ComboBoxEntry's list. Use <a class="el" href="classGtk_1_1ComboBox.html#a7580310c60bb21a632a57c09c749e6d2" title="Gets an iterator that points to the current active item, if it exists.">get_active()</a> to discover whether an item was actually selected from the list.</p>
<p>See also <a class="el" href="classGtk_1_1ComboBoxEntryText.html" title="This is a specialisation of the ComboBoxEntry which has one column of text (a simple list)...">ComboBoxEntryText</a>, which is specialised for a single text column.</p>
<p>To add and remove strings from the list, just modify the model using its data manipulation API. You can get the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> by using <a class="el" href="classGtk_1_1Bin.html#a7afc2bbea00b279e85fbefacf6f51c97" title="Gets the child of the Gtk::Bin, or 0 if the bin contains no child widget.">get_child()</a>.</p>
<p>If you have special needs that go beyond a simple entry (e.g. input validation), it is possible to replace the child entry by a different widget using <a class="el" href="classGtk_1_1Container.html#a9f31c07118f7bdc7a4e0651acf35abbc" title="Removes widget from container.">Gtk::Container::remove()</a> and <a class="el" href="classGtk_1_1Container.html#ae5f3b9c32b1b74e7613997843e91f4cc">Gtk::Container::add()</a>.</p>
<p>The <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> widget looks like this: </p>
<div align="center">
<img src="comboboxentry1.png" alt="comboboxentry1.png"/>
</div>
<dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000037">Deprecated:</a></b></dt><dd>Instead use <a class="el" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items.">ComboBox</a> with has_entry = true. </dd></dl>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a57afa8a837f45e3ba60878291b448a4b"></a><!-- doxytag: member="Gtk::ComboBoxEntry::~ComboBoxEntry" ref="a57afa8a837f45e3ba60878291b448a4b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Gtk::ComboBoxEntry::~ComboBoxEntry </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="a3584240ffbcecdffbdaabb27ab6eecd6"></a><!-- doxytag: member="Gtk::ComboBoxEntry::ComboBoxEntry" ref="a3584240ffbcecdffbdaabb27ab6eecd6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::ComboBoxEntry::ComboBoxEntry </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

</div>
</div>
<a class="anchor" id="a9e9d0fcc3b0320ef7e18d1e9c6b8bf4d"></a><!-- doxytag: member="Gtk::ComboBoxEntry::ComboBoxEntry" ref="a9e9d0fcc3b0320ef7e18d1e9c6b8bf4d" args="(const Glib::RefPtr&lt; TreeModel &gt; &amp;model, const TreeModelColumnBase &amp;text_column)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::ComboBoxEntry::ComboBoxEntry </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGtk_1_1TreeModel.html">TreeModel</a> &gt;&amp;&#160;</td>
          <td class="paramname"><em>model</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>&amp;&#160;</td>
          <td class="paramname"><em>text_column</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [explicit]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Creates a new <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> which has an <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> as child and a list of strings as popup. </p>
<p>You can get the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> from a <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> using <a class="el" href="classGtk_1_1ComboBoxEntry.html#a8323c424114a5b3be5a31ce4346383dd">get_entry()</a>. To add and remove strings from the list, just modify <em>model</em> using its data manipulation API.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">model</td><td>A <a class="el" href="classGtk_1_1TreeModel.html" title="This class defines a generic tree interface for use by the Gtk::TreeView widget.">TreeModel</a>. </td></tr>
    <tr><td class="paramname">text_column</td><td>A column in <em>model</em> to get the strings from. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a0132e13cb9ac60b377f6cb6850569136"></a><!-- doxytag: member="Gtk::ComboBoxEntry::ComboBoxEntry" ref="a0132e13cb9ac60b377f6cb6850569136" args="(const Glib::RefPtr&lt; TreeModel &gt; &amp;model, int text_column=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Gtk::ComboBoxEntry::ComboBoxEntry </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1RefPtr.html">Glib::RefPtr</a>&lt; <a class="el" href="classGtk_1_1TreeModel.html">TreeModel</a> &gt;&amp;&#160;</td>
          <td class="paramname"><em>model</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>text_column</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [explicit]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Creates a new <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> which has an <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> as child and a list of strings as popup. </p>
<p>You can get the <a class="el" href="classGtk_1_1Entry.html" title="A single line text entry field.">Entry</a> from a <a class="el" href="classGtk_1_1ComboBoxEntry.html" title="A text entry field with a dropdown list.">ComboBoxEntry</a> using <a class="el" href="classGtk_1_1ComboBoxEntry.html#a8323c424114a5b3be5a31ce4346383dd">get_entry()</a>. To add and remove strings from the list, just modify <em>model</em> using its data manipulation API.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">model</td><td>A <a class="el" href="classGtk_1_1TreeModel.html" title="This class defines a generic tree interface for use by the Gtk::TreeView widget.">TreeModel</a>. </td></tr>
    <tr><td class="paramname">text_column</td><td>A column in <em>model</em> to get the strings from. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a3e04a274d621b3210209fd9b1c4f58a6"></a><!-- doxytag: member="Gtk::ComboBoxEntry::get_active_text" ref="a3e04a274d621b3210209fd9b1c4f58a6" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1ustring.html">Glib::ustring</a> Gtk::ComboBoxEntry::get_active_text </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the currently active string. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The currently active text.</dd></dl>
<dl class="since_2_14"><dt><b><a class="el" href="since_2_14.html#_since_2_14000049">Since gtkmm 2.14:</a></b></dt><dd></dd></dl>

<p>Reimplemented in <a class="el" href="classGtk_1_1ComboBoxEntryText.html#a9995ea1325852746ee0a07717f1eb0bd">Gtk::ComboBoxEntryText</a>.</p>

</div>
</div>
<a class="anchor" id="a0fe8d234a129eda91f28bf4934e05e79"></a><!-- doxytag: member="Gtk::ComboBoxEntry::get_entry" ref="a0fe8d234a129eda91f28bf4934e05e79" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::ComboBoxEntry::get_entry </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classGtk_1_1Bin.html#a7afc2bbea00b279e85fbefacf6f51c97" title="Gets the child of the Gtk::Bin, or 0 if the bin contains no child widget.">Bin::get_child()</a>. </dd></dl>

<p>Reimplemented from <a class="el" href="classGtk_1_1ComboBox.html#af698fe7e7bde80b4c395cc6cd09922eb">Gtk::ComboBox</a>.</p>

</div>
</div>
<a class="anchor" id="a8323c424114a5b3be5a31ce4346383dd"></a><!-- doxytag: member="Gtk::ComboBoxEntry::get_entry" ref="a8323c424114a5b3be5a31ce4346383dd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classGtk_1_1Entry.html">Entry</a>* Gtk::ComboBoxEntry::get_entry </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="classGtk_1_1Bin.html#a7afc2bbea00b279e85fbefacf6f51c97" title="Gets the child of the Gtk::Bin, or 0 if the bin contains no child widget.">Bin::get_child()</a>. </dd></dl>

<p>Reimplemented from <a class="el" href="classGtk_1_1ComboBox.html#aec3ac156771954edd9605258f0364483">Gtk::ComboBox</a>.</p>

</div>
</div>
<a class="anchor" id="a23d117cd30047c9bc291f1308e4fc579"></a><!-- doxytag: member="Gtk::ComboBoxEntry::get_text_column" ref="a23d117cd30047c9bc291f1308e4fc579" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int Gtk::ComboBoxEntry::get_text_column </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the column which <em>entry_box</em> is using to get the strings from. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000086">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<p>Deprecated: 2.24: Use <a class="el" href="classGtk_1_1ComboBox.html#a106c129a5681e234be54e43c669f9ef7" title="Returns the column which combo_box is using to get the strings from to display in the internal entry...">get_entry_text_column()</a> instead </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A column in the data source model of <em>entry_box</em>. </dd></dl>

</div>
</div>
<a class="anchor" id="a56e85dfdf965ab78608f408f5cb1de64"></a><!-- doxytag: member="Gtk::ComboBoxEntry::gobj" ref="a56e85dfdf965ab78608f408f5cb1de64" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GtkComboBoxEntry* Gtk::ComboBoxEntry::gobj </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Provides access to the underlying C GtkObject. </p>

<p>Reimplemented from <a class="el" href="classGtk_1_1ComboBox.html#a187397e3b51ed9bec9a156c608288b59">Gtk::ComboBox</a>.</p>

</div>
</div>
<a class="anchor" id="aaed72bc5a7cd255a0f6f6345f840d499"></a><!-- doxytag: member="Gtk::ComboBoxEntry::gobj" ref="aaed72bc5a7cd255a0f6f6345f840d499" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const GtkComboBoxEntry* Gtk::ComboBoxEntry::gobj </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Provides access to the underlying C GtkObject. </p>

<p>Reimplemented from <a class="el" href="classGtk_1_1ComboBox.html#aee51ea71c25139d89c385cd6752358d2">Gtk::ComboBox</a>.</p>

</div>
</div>
<a class="anchor" id="a79dfdb77c460742550bbe4ecb0e721b5"></a><!-- doxytag: member="Gtk::ComboBoxEntry::property_text_column" ref="a79dfdb77c460742550bbe4ecb0e721b5" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy__ReadOnly.html">Glib::PropertyProxy_ReadOnly</a>&lt;int&gt; Gtk::ComboBoxEntry::property_text_column </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A column in the data source model to get the strings from. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="a11eef7ce27e47ab4569b1ec5a5e90abc"></a><!-- doxytag: member="Gtk::ComboBoxEntry::property_text_column" ref="a11eef7ce27e47ab4569b1ec5a5e90abc" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/classGlib_1_1PropertyProxy.html">Glib::PropertyProxy</a>&lt;int&gt; Gtk::ComboBoxEntry::property_text_column </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A column in the data source model to get the strings from. </p>
<p>You rarely need to use properties because there are get_ and set_ methods for almost all of them. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes. </dd></dl>

</div>
</div>
<a class="anchor" id="afa2e958fe2a503113020eeb6902a838c"></a><!-- doxytag: member="Gtk::ComboBoxEntry::set_text_column" ref="afa2e958fe2a503113020eeb6902a838c" args="(const TreeModelColumnBase &amp;text_column) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::ComboBoxEntry::set_text_column </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classGtk_1_1TreeModelColumnBase.html">TreeModelColumnBase</a>&amp;&#160;</td>
          <td class="paramname"><em>text_column</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the model column which <em>entry_box</em> should use to get strings from to be <em>text_column</em>. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000084">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<p>Deprecated: 2.24: Use <a class="el" href="classGtk_1_1ComboBox.html#a02b89bfdbde705a3aaf10f48636a55ec" title="Sets the model column which combo_box should use to get strings from to be text_column.">set_entry_text_column()</a> instead </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">text_column</td><td>A column in <em>model</em> to get the strings from. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<a class="anchor" id="a52133b01b4f7f0cc7c8d6e4e57847408"></a><!-- doxytag: member="Gtk::ComboBoxEntry::set_text_column" ref="a52133b01b4f7f0cc7c8d6e4e57847408" args="(int text_column) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Gtk::ComboBoxEntry::set_text_column </td>
          <td>(</td>
          <td class="paramtype">int&#160;</td>
          <td class="paramname"><em>text_column</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the model column which <em>entry_box</em> should use to get strings from to be <em>text_column</em>. </p>
<dl class="since_2_4"><dt><b><a class="el" href="since_2_4.html#_since_2_4000085">Since gtkmm 2.4:</a></b></dt><dd></dd></dl>
<p>Deprecated: 2.24: Use <a class="el" href="classGtk_1_1ComboBox.html#a02b89bfdbde705a3aaf10f48636a55ec" title="Sets the model column which combo_box should use to get strings from to be text_column.">set_entry_text_column()</a> instead </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">text_column</td><td>A column in <em>model</em> to get the strings from. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/><h2>Friends And Related Function Documentation</h2>
<a class="anchor" id="a5b826be2808a06492d5ae56fcdd35345"></a><!-- doxytag: member="Gtk::ComboBoxEntry::wrap" ref="a5b826be2808a06492d5ae56fcdd35345" args="(GtkComboBoxEntry *object, bool take_copy=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classGtk_1_1ComboBoxEntry.html">Gtk::ComboBoxEntry</a>* wrap </td>
          <td>(</td>
          <td class="paramtype">GtkComboBoxEntry *&#160;</td>
          <td class="paramname"><em>object</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>take_copy</em> = <code>false</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [related]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A <a class="elRef" doxygen="glibmm-2.4.tag:http://library.gnome.org/devel/glibmm/unstable/" href="http://library.gnome.org/devel/glibmm/unstable/namespaceGlib.html#a671306f4a3a0cae5ab4d7a9d54886592">Glib::wrap()</a> method for this object. </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table class="params">
    <tr><td class="paramname">object</td><td>The C instance. </td></tr>
    <tr><td class="paramname">take_copy</td><td>False if the result should take ownership of the C instance. True if it should take a new copy or ref. </td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>A C++ instance that wraps this C instance. </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>gtkmm/comboboxentry.h</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Fri Jul 8 2011 13:31:45 for gtkmm by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>