~ubuntu-branches/debian/experimental/gtk+2.0/experimental

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkCombo.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 11:15:05 UTC
  • mto: (72.1.1 lenny) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20070917111505-giz9c5xltxkb5y54
Tags: upstream-2.12.0
ImportĀ upstreamĀ versionĀ 2.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5
5
<title>GtkCombo</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
7
<link rel="start" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
<link rel="prev" href="GtkCTree.html" title="GtkCTree">
10
10
<link rel="next" href="GtkItemFactory.html" title="GtkItemFactory">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="gtk.html" title="Part&#160;I.&#160;GTK+ Overview">
14
14
<link rel="part" href="gtkbase.html" title="Part&#160;II.&#160;GTK+ Core Reference">
68
68
<th width="100%" align="center">GTK+ Reference Manual</th>
69
69
<td><a accesskey="n" href="GtkItemFactory.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
70
70
</tr>
71
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id4363900" class="shortcut">Top</a>
72
 
                  &#160;|&#160;
73
 
                  <a href="#id4364359" class="shortcut">Description</a>
74
 
                  &#160;|&#160;
75
 
                  <a href="#id4364162" class="shortcut">Object Hierarchy</a>
76
 
                  &#160;|&#160;
77
 
                  <a href="#id4364231" class="shortcut">Implemented Interfaces</a>
78
 
                  &#160;|&#160;
79
 
                  <a href="#id4364261" class="shortcut">Properties</a></nobr></td></tr>
 
71
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id4121988" class="shortcut">Top</a>
 
72
                  &#160;|&#160;
 
73
                  <a href="#id4122451" class="shortcut">Description</a>
 
74
                  &#160;|&#160;
 
75
                  <a href="#id4122249" class="shortcut">Object Hierarchy</a>
 
76
                  &#160;|&#160;
 
77
                  <a href="#id4122318" class="shortcut">Implemented Interfaces</a>
 
78
                  &#160;|&#160;
 
79
                  <a href="#id4122348" class="shortcut">Properties</a></nobr></td></tr>
80
80
</table>
81
81
<div class="refentry" lang="en">
82
82
<a name="GtkCombo"></a><div class="titlepage"></div>
83
83
<div class="refnamediv"><table width="100%"><tr>
84
84
<td valign="top">
85
85
<h2>
86
 
<a name="id4363900"></a><span class="refentrytitle">GtkCombo</span>
 
86
<a name="id4121988"></a><span class="refentrytitle">GtkCombo</span>
87
87
</h2>
88
88
<p>GtkCombo &#8212; A text entry field with a dropdown list</p>
89
89
</td>
96
96
#include &lt;gtk/gtk.h&gt;
97
97
 
98
98
 
99
 
                    <a href="GtkCombo.html#GtkCombo-struct">GtkCombo</a>;
100
 
<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a href="GtkCombo.html#gtk-combo-new">gtk_combo_new</a>                       (void);
101
 
void                <a href="GtkCombo.html#gtk-combo-set-popdown-strings">gtk_combo_set_popdown_strings</a>       (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
99
                    <a class="link" href="GtkCombo.html#GtkCombo-struct">GtkCombo</a>;
 
100
<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          <a class="link" href="GtkCombo.html#gtk-combo-new">gtk_combo_new</a>                       (void);
 
101
void                <a class="link" href="GtkCombo.html#gtk-combo-set-popdown-strings">gtk_combo_set_popdown_strings</a>       (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
102
102
                                                         <a
103
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
103
href="../glib/glib-Doubly-Linked-Lists.html#GList"
104
104
>GList</a> *strings);
105
 
void                <a href="GtkCombo.html#gtk-combo-set-value-in-list">gtk_combo_set_value_in_list</a>         (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
105
void                <a class="link" href="GtkCombo.html#gtk-combo-set-value-in-list">gtk_combo_set_value_in_list</a>         (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
106
106
                                                         <a
107
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
107
href="../glib/glib-Basic-Types.html#gboolean"
108
108
>gboolean</a> val,
109
109
                                                         <a
110
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
110
href="../glib/glib-Basic-Types.html#gboolean"
111
111
>gboolean</a> ok_if_empty);
112
 
void                <a href="GtkCombo.html#gtk-combo-set-use-arrows">gtk_combo_set_use_arrows</a>            (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
113
 
                                                         <a
114
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
115
 
>gboolean</a> val);
116
 
void                <a href="GtkCombo.html#gtk-combo-set-use-arrows-always">gtk_combo_set_use_arrows_always</a>     (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
117
 
                                                         <a
118
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
119
 
>gboolean</a> val);
120
 
void                <a href="GtkCombo.html#gtk-combo-set-case-sensitive">gtk_combo_set_case_sensitive</a>        (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
121
 
                                                         <a
122
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
123
 
>gboolean</a> val);
124
 
void                <a href="GtkCombo.html#gtk-combo-set-item-string">gtk_combo_set_item_string</a>           (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
125
 
                                                         <a href="GtkItem.html" title="GtkItem">GtkItem</a> *item,
 
112
void                <a class="link" href="GtkCombo.html#gtk-combo-set-use-arrows">gtk_combo_set_use_arrows</a>            (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
113
                                                         <a
 
114
href="../glib/glib-Basic-Types.html#gboolean"
 
115
>gboolean</a> val);
 
116
void                <a class="link" href="GtkCombo.html#gtk-combo-set-use-arrows-always">gtk_combo_set_use_arrows_always</a>     (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
117
                                                         <a
 
118
href="../glib/glib-Basic-Types.html#gboolean"
 
119
>gboolean</a> val);
 
120
void                <a class="link" href="GtkCombo.html#gtk-combo-set-case-sensitive">gtk_combo_set_case_sensitive</a>        (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
121
                                                         <a
 
122
href="../glib/glib-Basic-Types.html#gboolean"
 
123
>gboolean</a> val);
 
124
void                <a class="link" href="GtkCombo.html#gtk-combo-set-item-string">gtk_combo_set_item_string</a>           (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
125
                                                         <a class="link" href="GtkItem.html" title="GtkItem">GtkItem</a> *item,
126
126
                                                         const <a
127
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
127
href="../glib/glib-Basic-Types.html#gchar"
128
128
>gchar</a> *item_value);
129
 
void                <a href="GtkCombo.html#gtk-combo-disable-activate">gtk_combo_disable_activate</a>          (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo);
 
129
void                <a class="link" href="GtkCombo.html#gtk-combo-disable-activate">gtk_combo_disable_activate</a>          (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo);
130
130
 
131
131
 
132
132
</pre>
133
133
</div>
134
134
<div class="refsect1" lang="en">
135
 
<a name="id4364162"></a><h2>Object Hierarchy</h2>
 
135
<a name="id4122249"></a><h2>Object Hierarchy</h2>
136
136
<pre class="synopsis">
137
137
 
138
138
  <a
139
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
139
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
140
140
>GObject</a>
141
141
   +----<a
142
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
142
href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
143
143
>GInitiallyUnowned</a>
144
 
         +----<a href="GtkObject.html" title="GtkObject">GtkObject</a>
145
 
               +----<a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
146
 
                     +----<a href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
147
 
                           +----<a href="GtkBox.html" title="GtkBox">GtkBox</a>
148
 
                                 +----<a href="GtkHBox.html" title="GtkHBox">GtkHBox</a>
 
144
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
 
145
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
 
146
                     +----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
 
147
                           +----<a class="link" href="GtkBox.html" title="GtkBox">GtkBox</a>
 
148
                                 +----<a class="link" href="GtkHBox.html" title="GtkHBox">GtkHBox</a>
149
149
                                       +----GtkCombo
150
150
</pre>
151
151
</div>
152
152
<div class="refsect1" lang="en">
153
 
<a name="id4364231"></a><h2>Implemented Interfaces</h2>
 
153
<a name="id4122318"></a><h2>Implemented Interfaces</h2>
154
154
<p>
155
155
GtkCombo implements
156
 
 <a href="gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  AtkImplementorIface.</p>
 
156
 <a class="link" href="gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  AtkImplementorIface.</p>
157
157
</div>
158
158
<div class="refsect1" lang="en">
159
 
<a name="id4364261"></a><h2>Properties</h2>
 
159
<a name="id4122348"></a><h2>Properties</h2>
160
160
<pre class="synopsis">
161
161
 
162
 
  <a href="GtkCombo.html#GtkCombo--allow-empty">allow-empty</a>              <a
163
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
164
 
>gboolean</a>              : Read / Write
165
 
  <a href="GtkCombo.html#GtkCombo--case-sensitive">case-sensitive</a>           <a
166
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
167
 
>gboolean</a>              : Read / Write
168
 
  <a href="GtkCombo.html#GtkCombo--enable-arrow-keys">enable-arrow-keys</a>        <a
169
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
170
 
>gboolean</a>              : Read / Write
171
 
  <a href="GtkCombo.html#GtkCombo--enable-arrows-always">enable-arrows-always</a>     <a
172
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
173
 
>gboolean</a>              : Read / Write
174
 
  <a href="GtkCombo.html#GtkCombo--value-in-list">value-in-list</a>            <a
175
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
162
  "<a class="link" href="GtkCombo.html#GtkCombo--allow-empty">allow-empty</a>"              <a
 
163
href="../glib/glib-Basic-Types.html#gboolean"
 
164
>gboolean</a>              : Read / Write
 
165
  "<a class="link" href="GtkCombo.html#GtkCombo--case-sensitive">case-sensitive</a>"           <a
 
166
href="../glib/glib-Basic-Types.html#gboolean"
 
167
>gboolean</a>              : Read / Write
 
168
  "<a class="link" href="GtkCombo.html#GtkCombo--enable-arrow-keys">enable-arrow-keys</a>"        <a
 
169
href="../glib/glib-Basic-Types.html#gboolean"
 
170
>gboolean</a>              : Read / Write
 
171
  "<a class="link" href="GtkCombo.html#GtkCombo--enable-arrows-always">enable-arrows-always</a>"     <a
 
172
href="../glib/glib-Basic-Types.html#gboolean"
 
173
>gboolean</a>              : Read / Write
 
174
  "<a class="link" href="GtkCombo.html#GtkCombo--value-in-list">value-in-list</a>"            <a
 
175
href="../glib/glib-Basic-Types.html#gboolean"
176
176
>gboolean</a>              : Read / Write
177
177
</pre>
178
178
</div>
179
179
<div class="refsect1" lang="en">
180
 
<a name="id4364359"></a><h2>Description</h2>
 
180
<a name="id4122451"></a><h2>Description</h2>
181
181
<p>
182
 
The <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> widget consists of a single-line text entry field and a drop-down
 
182
The <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> widget consists of a single-line text entry field and a drop-down
183
183
list. The drop-down list is displayed when the user clicks on a small arrow
184
184
button to the right of the entry field.
185
185
</p>
186
186
<p>
187
 
The drop-down list is a <a href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> widget and can be accessed using the
188
 
<em class="structfield"><code>list</code></em> member of the <a href="GtkCombo.html#GtkCombo-struct"><span class="type">GtkCombo</span></a>.
 
187
The drop-down list is a <a class="link" href="GtkList.html" title="GtkList"><span class="type">GtkList</span></a> widget and can be accessed using the
 
188
<em class="structfield"><code>list</code></em> member of the <a class="link" href="GtkCombo.html#GtkCombo-struct"><span class="type">GtkCombo</span></a>.
189
189
List elements can contain arbitrary widgets, but if an element is not a
190
190
plain label, then you must use the <code class="function">gtk_list_set_item_string()</code> function.
191
191
This sets the string which will be placed in the text entry field when the
194
194
<p>
195
195
By default, the user can step through the items in the list using the
196
196
arrow (cursor) keys, though this behaviour can be turned off with
197
 
<a href="GtkCombo.html#gtk-combo-set-use-arrows"><code class="function">gtk_combo_set_use_arrows()</code></a>.
 
197
<a class="link" href="GtkCombo.html#gtk-combo-set-use-arrows"><code class="function">gtk_combo_set_use_arrows()</code></a>.
198
198
</p>
199
199
<p>
200
 
As of GTK+ 2.4, <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> has been deprecated in favor of <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>.
 
200
As of GTK+ 2.4, <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> has been deprecated in favor of <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>.
201
201
</p>
202
202
<div class="example">
203
 
<a name="gtkcombo-simple-example"></a><p class="title"><b>Example&#160;51.&#160;Creating a <span class="structname">GtkCombo</span> widget with simple text 
 
203
<a name="gtkcombo-simple-example"></a><p class="title"><b>Example&#160;52.&#160;Creating a <span class="structname">GtkCombo</span> widget with simple text 
204
204
items.</b></p>
205
205
<div class="example-contents"><pre class="programlisting">
206
206
  GtkWidget *combo;
217
217
</pre></div>
218
218
</div>
219
219
<br class="example-break"><div class="example">
220
 
<a name="id4364490"></a><p class="title"><b>Example&#160;52.&#160;Creating a <span class="structname">GtkCombo</span> widget with a complex item.</b></p>
 
220
<a name="id4122582"></a><p class="title"><b>Example&#160;53.&#160;Creating a <span class="structname">GtkCombo</span> widget with a complex item.</b></p>
221
221
<div class="example-contents"><pre class="programlisting">
222
222
  GtkWidget *combo, *item, *hbox, *arrow, *label;
223
223
 
251
251
<br class="example-break">
252
252
</div>
253
253
<div class="refsect1" lang="en">
254
 
<a name="id4364528"></a><h2>Details</h2>
 
254
<a name="id4122620"></a><h2>Details</h2>
255
255
<div class="refsect2" lang="en">
256
 
<a name="id4364538"></a><h3>
 
256
<a name="id4122630"></a><h3>
257
257
<a name="GtkCombo-struct"></a>GtkCombo</h3>
258
 
<a class="indexterm" name="id4364551"></a><pre class="programlisting">typedef struct {
 
258
<a class="indexterm" name="id4122643"></a><pre class="programlisting">typedef struct {
259
259
        GtkWidget *entry;
260
260
        
261
261
        GtkWidget *list;
263
263
</pre>
264
264
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
265
265
<h3 class="title">Warning</h3>
266
 
<p><code class="literal">GtkCombo</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
266
<p><code class="literal">GtkCombo</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
267
267
</div>
268
268
<p>
269
269
The <span class="type">GtkFixedChild</span> struct contains the following fields.
274
274
<col align="left" valign="top">
275
275
<tbody>
276
276
<tr>
277
 
<td><span class="term"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>&#160;*<em class="structfield"><code>entry</code></em>;</span></td>
 
277
<td><p><span class="term"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>&#160;*<em class="structfield"><code>entry</code></em>;</span></p></td>
278
278
<td>the text entry field.
279
279
</td>
280
280
</tr>
281
281
<tr>
282
 
<td><span class="term"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>&#160;*<em class="structfield"><code>list</code></em>;</span></td>
 
282
<td><p><span class="term"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>&#160;*<em class="structfield"><code>list</code></em>;</span></p></td>
283
283
<td>the list shown in the drop-down window.
284
284
</td>
285
285
</tr>
288
288
</div>
289
289
<hr>
290
290
<div class="refsect2" lang="en">
291
 
<a name="id4364644"></a><h3>
 
291
<a name="id4122736"></a><h3>
292
292
<a name="gtk-combo-new"></a>gtk_combo_new ()</h3>
293
 
<a class="indexterm" name="id4364660"></a><pre class="programlisting"><a href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_combo_new                       (void);</pre>
 
293
<a class="indexterm" name="id4122752"></a><pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>*          gtk_combo_new                       (void);</pre>
294
294
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
295
295
<h3 class="title">Warning</h3>
296
 
<p><code class="literal">gtk_combo_new</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
296
<p><code class="literal">gtk_combo_new</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
297
297
</div>
298
298
<p>
299
 
Creates a new <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
299
Creates a new <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
300
300
</p>
301
301
<div class="variablelist"><table border="0">
302
302
<col align="left" valign="top">
303
303
<tbody><tr>
304
 
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
305
 
<td>a new <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
304
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
305
<td>a new <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
306
306
</td>
307
307
</tr></tbody>
308
308
</table></div>
309
309
</div>
310
310
<hr>
311
311
<div class="refsect2" lang="en">
312
 
<a name="id4364733"></a><h3>
 
312
<a name="id4122825"></a><h3>
313
313
<a name="gtk-combo-set-popdown-strings"></a>gtk_combo_set_popdown_strings ()</h3>
314
 
<a class="indexterm" name="id4364749"></a><pre class="programlisting">void                gtk_combo_set_popdown_strings       (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
314
<a class="indexterm" name="id4122841"></a><pre class="programlisting">void                gtk_combo_set_popdown_strings       (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
315
315
                                                         <a
316
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"
 
316
href="../glib/glib-Doubly-Linked-Lists.html#GList"
317
317
>GList</a> *strings);</pre>
318
318
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
319
319
<h3 class="title">Warning</h3>
320
 
<p><code class="literal">gtk_combo_set_popdown_strings</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
320
<p><code class="literal">gtk_combo_set_popdown_strings</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
321
321
</div>
322
322
<p>
323
323
Convenience function to set all of the items in the popup list.
324
 
(See the <a href="GtkCombo.html#gtkcombo-simple-example" title="Example&#160;51.&#160;Creating a GtkCombo widget with simple text items.">example</a> above.)
 
324
(See the <a class="link" href="GtkCombo.html#gtkcombo-simple-example" title="Example&#160;52.&#160;Creating a GtkCombo widget with simple text items.">example</a> above.)
325
325
</p>
326
326
<div class="variablelist"><table border="0">
327
327
<col align="left" valign="top">
328
328
<tbody>
329
329
<tr>
330
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
331
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
330
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
331
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
332
332
</td>
333
333
</tr>
334
334
<tr>
335
 
<td><span class="term"><em class="parameter"><code>strings</code></em>&#160;:</span></td>
 
335
<td><p><span class="term"><em class="parameter"><code>strings</code></em>&#160;:</span></p></td>
336
336
<td>a list of strings, or <a
337
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
337
href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
338
338
><code class="literal">NULL</code></a> to clear the popup list
339
339
</td>
340
340
</tr>
343
343
</div>
344
344
<hr>
345
345
<div class="refsect2" lang="en">
346
 
<a name="id4364867"></a><h3>
 
346
<a name="id4122959"></a><h3>
347
347
<a name="gtk-combo-set-value-in-list"></a>gtk_combo_set_value_in_list ()</h3>
348
 
<a class="indexterm" name="id4364884"></a><pre class="programlisting">void                gtk_combo_set_value_in_list         (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
348
<a class="indexterm" name="id4122976"></a><pre class="programlisting">void                gtk_combo_set_value_in_list         (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
349
349
                                                         <a
350
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
350
href="../glib/glib-Basic-Types.html#gboolean"
351
351
>gboolean</a> val,
352
352
                                                         <a
353
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
353
href="../glib/glib-Basic-Types.html#gboolean"
354
354
>gboolean</a> ok_if_empty);</pre>
355
355
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
356
356
<h3 class="title">Warning</h3>
357
 
<p><code class="literal">gtk_combo_set_value_in_list</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
357
<p><code class="literal">gtk_combo_set_value_in_list</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
358
358
</div>
359
359
<p>
360
360
Specifies whether the value entered in the text entry field must match one of
363
363
</p>
364
364
<p>
365
365
If an empty field is acceptable, the <em class="parameter"><code>ok_if_empty</code></em> parameter should be <a
366
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
366
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
367
367
><code class="literal">TRUE</code></a>.
368
368
</p>
369
369
<div class="variablelist"><table border="0">
370
370
<col align="left" valign="top">
371
371
<tbody>
372
372
<tr>
373
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
374
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
373
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
374
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
375
375
</td>
376
376
</tr>
377
377
<tr>
378
 
<td><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
 
378
<td><p><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></p></td>
379
379
<td>
380
380
<a
381
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
381
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
382
382
><code class="literal">TRUE</code></a> if the value entered must match one of the values in the list.
383
383
</td>
384
384
</tr>
385
385
<tr>
386
 
<td><span class="term"><em class="parameter"><code>ok_if_empty</code></em>&#160;:</span></td>
 
386
<td><p><span class="term"><em class="parameter"><code>ok_if_empty</code></em>&#160;:</span></p></td>
387
387
<td>
388
388
<a
389
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
389
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
390
390
><code class="literal">TRUE</code></a> if an empty value is considered valid.
391
391
</td>
392
392
</tr>
395
395
</div>
396
396
<hr>
397
397
<div class="refsect2" lang="en">
398
 
<a name="id4365045"></a><h3>
 
398
<a name="id4123137"></a><h3>
399
399
<a name="gtk-combo-set-use-arrows"></a>gtk_combo_set_use_arrows ()</h3>
400
 
<a class="indexterm" name="id4365061"></a><pre class="programlisting">void                gtk_combo_set_use_arrows            (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
400
<a class="indexterm" name="id4123153"></a><pre class="programlisting">void                gtk_combo_set_use_arrows            (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
401
401
                                                         <a
402
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
402
href="../glib/glib-Basic-Types.html#gboolean"
403
403
>gboolean</a> val);</pre>
404
404
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
405
405
<h3 class="title">Warning</h3>
406
 
<p><code class="literal">gtk_combo_set_use_arrows</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
406
<p><code class="literal">gtk_combo_set_use_arrows</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
407
407
</div>
408
408
<p>
409
409
Specifies if the arrow (cursor) keys can be used to step through the items in
413
413
<col align="left" valign="top">
414
414
<tbody>
415
415
<tr>
416
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
417
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
416
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
417
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
418
418
</td>
419
419
</tr>
420
420
<tr>
421
 
<td><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
 
421
<td><p><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></p></td>
422
422
<td>
423
423
<a
424
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
424
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
425
425
><code class="literal">TRUE</code></a> if the arrow keys can be used to step through the items in 
426
426
     the list.
427
427
</td>
431
431
</div>
432
432
<hr>
433
433
<div class="refsect2" lang="en">
434
 
<a name="id4365169"></a><h3>
 
434
<a name="id4123261"></a><h3>
435
435
<a name="gtk-combo-set-use-arrows-always"></a>gtk_combo_set_use_arrows_always ()</h3>
436
 
<a class="indexterm" name="id4365186"></a><pre class="programlisting">void                gtk_combo_set_use_arrows_always     (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
436
<a class="indexterm" name="id4123278"></a><pre class="programlisting">void                gtk_combo_set_use_arrows_always     (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
437
437
                                                         <a
438
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
438
href="../glib/glib-Basic-Types.html#gboolean"
439
439
>gboolean</a> val);</pre>
440
440
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
441
441
<h3 class="title">Warning</h3>
442
 
<p><code class="literal">gtk_combo_set_use_arrows_always</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
442
<p><code class="literal">gtk_combo_set_use_arrows_always</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
443
443
</div>
444
444
<p>
445
445
Obsolete function, does nothing.
448
448
<col align="left" valign="top">
449
449
<tbody>
450
450
<tr>
451
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
452
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
451
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
452
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
453
453
</td>
454
454
</tr>
455
455
<tr>
456
 
<td><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
 
456
<td><p><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></p></td>
457
457
<td>unused
458
458
</td>
459
459
</tr>
462
462
</div>
463
463
<hr>
464
464
<div class="refsect2" lang="en">
465
 
<a name="id4365283"></a><h3>
 
465
<a name="id4123375"></a><h3>
466
466
<a name="gtk-combo-set-case-sensitive"></a>gtk_combo_set_case_sensitive ()</h3>
467
 
<a class="indexterm" name="id4365300"></a><pre class="programlisting">void                gtk_combo_set_case_sensitive        (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
467
<a class="indexterm" name="id4123392"></a><pre class="programlisting">void                gtk_combo_set_case_sensitive        (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
468
468
                                                         <a
469
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
469
href="../glib/glib-Basic-Types.html#gboolean"
470
470
>gboolean</a> val);</pre>
471
471
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
472
472
<h3 class="title">Warning</h3>
473
 
<p><code class="literal">gtk_combo_set_case_sensitive</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
473
<p><code class="literal">gtk_combo_set_case_sensitive</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
474
474
</div>
475
475
<p>
476
 
Specifies whether the text entered into the <a href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> field and the text in
 
476
Specifies whether the text entered into the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> field and the text in
477
477
the list items is case sensitive.
478
478
</p>
479
479
<p>
480
480
This may be useful, for example, when you have called
481
 
<a href="GtkCombo.html#gtk-combo-set-value-in-list"><code class="function">gtk_combo_set_value_in_list()</code></a> to limit the values entered, but you are not
 
481
<a class="link" href="GtkCombo.html#gtk-combo-set-value-in-list"><code class="function">gtk_combo_set_value_in_list()</code></a> to limit the values entered, but you are not
482
482
worried about differences in case.
483
483
</p>
484
484
<div class="variablelist"><table border="0">
485
485
<col align="left" valign="top">
486
486
<tbody>
487
487
<tr>
488
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
489
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
488
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
489
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
490
490
</td>
491
491
</tr>
492
492
<tr>
493
 
<td><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></td>
 
493
<td><p><span class="term"><em class="parameter"><code>val</code></em>&#160;:</span></p></td>
494
494
<td>
495
495
<a
496
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
 
496
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
497
497
><code class="literal">TRUE</code></a> if the text in the list items is case sensitive.
498
498
</td>
499
499
</tr>
502
502
</div>
503
503
<hr>
504
504
<div class="refsect2" lang="en">
505
 
<a name="id4365433"></a><h3>
 
505
<a name="id4123525"></a><h3>
506
506
<a name="gtk-combo-set-item-string"></a>gtk_combo_set_item_string ()</h3>
507
 
<a class="indexterm" name="id4365449"></a><pre class="programlisting">void                gtk_combo_set_item_string           (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
508
 
                                                         <a href="GtkItem.html" title="GtkItem">GtkItem</a> *item,
 
507
<a class="indexterm" name="id4123541"></a><pre class="programlisting">void                gtk_combo_set_item_string           (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo,
 
508
                                                         <a class="link" href="GtkItem.html" title="GtkItem">GtkItem</a> *item,
509
509
                                                         const <a
510
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
510
href="../glib/glib-Basic-Types.html#gchar"
511
511
>gchar</a> *item_value);</pre>
512
512
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
513
513
<h3 class="title">Warning</h3>
514
 
<p><code class="literal">gtk_combo_set_item_string</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
514
<p><code class="literal">gtk_combo_set_item_string</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
515
515
</div>
516
516
<p>
517
 
Sets the string to place in the <a href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> field when a particular list item is
 
517
Sets the string to place in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> field when a particular list item is
518
518
selected. This is needed if the list item is not a simple label.
519
519
</p>
520
520
<div class="variablelist"><table border="0">
521
521
<col align="left" valign="top">
522
522
<tbody>
523
523
<tr>
524
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
525
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
526
 
</td>
527
 
</tr>
528
 
<tr>
529
 
<td><span class="term"><em class="parameter"><code>item</code></em>&#160;:</span></td>
530
 
<td>a <a href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a>.
531
 
</td>
532
 
</tr>
533
 
<tr>
534
 
<td><span class="term"><em class="parameter"><code>item_value</code></em>&#160;:</span></td>
535
 
<td>the string to place in the <a href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> when <em class="parameter"><code>item</code></em> is selected.
 
524
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
525
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
526
</td>
 
527
</tr>
 
528
<tr>
 
529
<td><p><span class="term"><em class="parameter"><code>item</code></em>&#160;:</span></p></td>
 
530
<td>a <a class="link" href="GtkItem.html" title="GtkItem"><span class="type">GtkItem</span></a>.
 
531
</td>
 
532
</tr>
 
533
<tr>
 
534
<td><p><span class="term"><em class="parameter"><code>item_value</code></em>&#160;:</span></p></td>
 
535
<td>the string to place in the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> when <em class="parameter"><code>item</code></em> is selected.
536
536
</td>
537
537
</tr>
538
538
</tbody>
540
540
</div>
541
541
<hr>
542
542
<div class="refsect2" lang="en">
543
 
<a name="id4365599"></a><h3>
 
543
<a name="id4123691"></a><h3>
544
544
<a name="gtk-combo-disable-activate"></a>gtk_combo_disable_activate ()</h3>
545
 
<a class="indexterm" name="id4365616"></a><pre class="programlisting">void                gtk_combo_disable_activate          (<a href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo);</pre>
 
545
<a class="indexterm" name="id4123708"></a><pre class="programlisting">void                gtk_combo_disable_activate          (<a class="link" href="GtkCombo.html" title="GtkCombo">GtkCombo</a> *combo);</pre>
546
546
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
547
547
<h3 class="title">Warning</h3>
548
 
<p><code class="literal">gtk_combo_disable_activate</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
 
548
<p><code class="literal">gtk_combo_disable_activate</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
549
549
</div>
550
550
<p>
551
 
Stops the <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> widget from showing the popup list when the <a href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
 
551
Stops the <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a> widget from showing the popup list when the <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a>
552
552
emits the "activate" signal, i.e. when the Return key is pressed.
553
553
This may be useful if, for example, you want the Return key to close a dialog
554
554
instead.
556
556
<div class="variablelist"><table border="0">
557
557
<col align="left" valign="top">
558
558
<tbody><tr>
559
 
<td><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></td>
560
 
<td>a <a href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
 
559
<td><p><span class="term"><em class="parameter"><code>combo</code></em>&#160;:</span></p></td>
 
560
<td>a <a class="link" href="GtkCombo.html" title="GtkCombo"><span class="type">GtkCombo</span></a>.
561
561
</td>
562
562
</tr></tbody>
563
563
</table></div>
564
564
</div>
565
565
</div>
566
566
<div class="refsect1" lang="en">
567
 
<a name="id4365711"></a><h2>Property Details</h2>
 
567
<a name="id4123803"></a><h2>Property Details</h2>
568
568
<div class="refsect2" lang="en">
569
 
<a name="id4365722"></a><h3>
570
 
<a name="GtkCombo--allow-empty"></a>The :<code class="literal">allow-empty</code> property</h3>
571
 
<a class="indexterm" name="id4365738"></a><pre class="programlisting">  allow-empty              <a
572
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
569
<a name="id4123814"></a><h3>
 
570
<a name="GtkCombo--allow-empty"></a>The <code class="literal">"allow-empty"</code> property</h3>
 
571
<a class="indexterm" name="id4123830"></a><pre class="programlisting">  "allow-empty"              <a
 
572
href="../glib/glib-Basic-Types.html#gboolean"
573
573
>gboolean</a>              : Read / Write</pre>
574
574
<p>Whether an empty value may be entered in this field.</p>
575
575
<p>Default value: TRUE</p>
576
576
</div>
577
577
<hr>
578
578
<div class="refsect2" lang="en">
579
 
<a name="id4365765"></a><h3>
580
 
<a name="GtkCombo--case-sensitive"></a>The :<code class="literal">case-sensitive</code> property</h3>
581
 
<a class="indexterm" name="id4365781"></a><pre class="programlisting">  case-sensitive           <a
582
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
579
<a name="id4123857"></a><h3>
 
580
<a name="GtkCombo--case-sensitive"></a>The <code class="literal">"case-sensitive"</code> property</h3>
 
581
<a class="indexterm" name="id4123874"></a><pre class="programlisting">  "case-sensitive"           <a
 
582
href="../glib/glib-Basic-Types.html#gboolean"
583
583
>gboolean</a>              : Read / Write</pre>
584
584
<p>Whether list item matching is case sensitive.</p>
585
585
<p>Default value: FALSE</p>
586
586
</div>
587
587
<hr>
588
588
<div class="refsect2" lang="en">
589
 
<a name="id4365808"></a><h3>
590
 
<a name="GtkCombo--enable-arrow-keys"></a>The :<code class="literal">enable-arrow-keys</code> property</h3>
591
 
<a class="indexterm" name="id4365824"></a><pre class="programlisting">  enable-arrow-keys        <a
592
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
589
<a name="id4123901"></a><h3>
 
590
<a name="GtkCombo--enable-arrow-keys"></a>The <code class="literal">"enable-arrow-keys"</code> property</h3>
 
591
<a class="indexterm" name="id4123918"></a><pre class="programlisting">  "enable-arrow-keys"        <a
 
592
href="../glib/glib-Basic-Types.html#gboolean"
593
593
>gboolean</a>              : Read / Write</pre>
594
594
<p>Whether the arrow keys move through the list of items.</p>
595
595
<p>Default value: TRUE</p>
596
596
</div>
597
597
<hr>
598
598
<div class="refsect2" lang="en">
599
 
<a name="id4365851"></a><h3>
600
 
<a name="GtkCombo--enable-arrows-always"></a>The :<code class="literal">enable-arrows-always</code> property</h3>
601
 
<a class="indexterm" name="id4365868"></a><pre class="programlisting">  enable-arrows-always     <a
602
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
599
<a name="id4123945"></a><h3>
 
600
<a name="GtkCombo--enable-arrows-always"></a>The <code class="literal">"enable-arrows-always"</code> property</h3>
 
601
<a class="indexterm" name="id4123962"></a><pre class="programlisting">  "enable-arrows-always"     <a
 
602
href="../glib/glib-Basic-Types.html#gboolean"
603
603
>gboolean</a>              : Read / Write</pre>
604
604
<p>Obsolete property, ignored.</p>
605
605
<p>Default value: TRUE</p>
606
606
</div>
607
607
<hr>
608
608
<div class="refsect2" lang="en">
609
 
<a name="id4365894"></a><h3>
610
 
<a name="GtkCombo--value-in-list"></a>The :<code class="literal">value-in-list</code> property</h3>
611
 
<a class="indexterm" name="id4365911"></a><pre class="programlisting">  value-in-list            <a
612
 
href="/home/mclasen/gnome-2.18/install/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
609
<a name="id4123989"></a><h3>
 
610
<a name="GtkCombo--value-in-list"></a>The <code class="literal">"value-in-list"</code> property</h3>
 
611
<a class="indexterm" name="id4124006"></a><pre class="programlisting">  "value-in-list"            <a
 
612
href="../glib/glib-Basic-Types.html#gboolean"
613
613
>gboolean</a>              : Read / Write</pre>
614
614
<p>Whether entered values must already be present in the list.</p>
615
615
<p>Default value: FALSE</p>
616
616
</div>
617
617
</div>
 
618
<div class="refsect1" lang="en">
 
619
<a name="id4124034"></a><div class="refsect2" lang="en"><a name="id4124035"></a></div>
 
620
<hr>
 
621
<div class="refsect2" lang="en"><a name="id4124036"></a></div>
 
622
</div>
618
623
</div>
619
624
</body>
620
625
</html>