File: classGtk_1_1ComboBoxEntry.html

package info (click to toggle)
gtkmm2.4 1%3A2.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 73,860 kB
  • ctags: 20,553
  • sloc: xml: 79,575; sh: 10,120; cpp: 8,347; makefile: 290
file content (423 lines) | stat: -rw-r--r-- 29,983 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
<!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.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <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 class="tabs">
    <ul>
      <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="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespaceGtk.html">Gtk</a>::<a class="el" href="classGtk_1_1ComboBoxEntry.html">ComboBoxEntry</a>
  </div>
</div>
<div class="contents">
<h1>Gtk::ComboBoxEntry Class Reference<br/>
<small>
[<a class="el" href="group__Widgets.html">Widgets</a>]</small>
</h1><!-- doxytag: class="Gtk::ComboBoxEntry" --><!-- doxytag: inherits="Gtk::ComboBox" -->
<p>A text entry field with a dropdown list. <a href="#_details">More...</a></p>

<p>Inherits <a class="el" href="classGtk_1_1ComboBox.html">Gtk::ComboBox</a>.</p>

<p>Inherited by <a class="el" href="classGtk_1_1ComboBoxEntryText.html">Gtk::ComboBoxEntryText</a>.</p>
<div class="dynheader">
Collaboration diagram for Gtk::ComboBoxEntry:</div>
<div class="dynsection">
<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" href="classGtk_1_1ComboBox.html" title="A widget used to choose from a list of items." alt="" coords="165,547,280,576"/><area shape="rect" href="classGtk_1_1Bin.html" title="A container with just one child." alt="" coords="145,469,215,499"/><area shape="rect" href="classGtk_1_1Container.html" title="Abstract container class." alt="" coords="115,392,219,421"/><area shape="rect" href="classGtk_1_1Widget.html" title="Abstract Widget (Base class for all widgets)." alt="" coords="104,315,195,344"/><area shape="rect" href="classGtk_1_1Object.html" title="Gtk::Object is the base class for all widgets, and for a few non&#45;widget objects such..." alt="" coords="5,237,93,267"/><area shape="rect" 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="7,160,97,189"/><area shape="rect" 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="56,83,176,112"/><area shape="rect" 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="125,160,229,189"/><area shape="rect" 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="63,5,169,35"/><area shape="rect" href="classAtk_1_1Implementor.html" title="Atk::Implementor" alt="" coords="117,237,237,267"/><area shape="rect" href="classGtk_1_1CellLayout.html" title="An interface for packing cells." alt="" coords="219,315,331,344"/></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 border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>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 colspan="2"><h2>Related Functions</h2></td></tr>
<tr><td colspan="2"><p>(Note that these are not member functions.) </p>
<br/><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>
<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...">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>
 <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>&#160;)&#160;</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>&#160;)&#160;</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></td><td>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <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 border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>model</em>&#160;</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 valign="top"></td><td valign="top"><em>text_column</em>&#160;</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></td><td>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <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 border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>model</em>&#160;</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 valign="top"></td><td valign="top"><em>text_column</em>&#160;</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>&#160;)&#160;</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>&#160;)&#160;</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>

</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>&#160;)&#160;</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>

</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>&#160;)&#160;</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>
<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="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>&#160;)&#160;</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="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>&#160;)&#160;</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="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>&#160;)&#160;</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>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>text_column</em>&#160;</td><td>A column in <em>model</em> to get the strings from. </td></tr>
  </table>
  </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>&#160;)&#160;</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>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>text_column</em>&#160;</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></td><td>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <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 border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>object</em>&#160;</td><td>The C instance. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>take_copy</em>&#160;</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 size="1"/><address style="text-align: right;"><small>Generated on Tue May 4 13:21:50 2010 for gtkmm by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>