~ubuntu-branches/ubuntu/karmic/exo/karmic

« back to all changes in this revision

Viewing changes to docs/reference/html/ExoIconBar.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-08-21 14:28:56 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090821142856-xp7o7hl7x9xa2213
Tags: 0.3.102-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/rules:
    + Removed mangling of helpers.rc
    + Add --enable-gtk-doc switch to configure
  - debian/control:
    + Add build-dep on gtk-doc-tools
    + Update Vcs-* fields
  - debian/patches:
    + 04_update_helpers.patch: patched libexo's firefox helper desktop file
      to use firefox-3.0 icon instead of firefox icon
    + xubuntu-default-mount-options.patch: change default mount options for
      vfat, iso9660, ntfs
    + series: refreshed.

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=UTF-8">
5
5
<title>ExoIconBar</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="exo Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
7
<link rel="home" href="index.html" title="exo Reference Manual">
8
8
<link rel="up" href="exo-widgets.html" title="Part III. Additional widgets">
9
9
<link rel="prev" href="exo-widgets.html" title="Part III. Additional widgets">
10
10
<link rel="next" href="ExoIconChooserDialog.html" title="ExoIconChooserDialog">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="exo-overview.html" title="Part I. Overview">
14
14
<link rel="part" href="exo-toolbars.html" title="Part II. Editable Toolbars">
30
30
<th width="100%" align="center">exo Reference Manual</th>
31
31
<td><a accesskey="n" href="ExoIconChooserDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
32
32
</tr>
33
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#ExoIconBar.synopsis" class="shortcut">Top</a>
34
 
                   | 
35
 
                  <a href="#ExoIconBar.description" class="shortcut">Description</a>
36
 
                   | 
37
 
                  <a href="#ExoIconBar.object-hierarchy" class="shortcut">Object Hierarchy</a>
38
 
                   | 
39
 
                  <a href="#ExoIconBar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
40
 
                   | 
41
 
                  <a href="#ExoIconBar.properties" class="shortcut">Properties</a>
42
 
                   | 
43
 
                  <a href="#ExoIconBar.style-properties" class="shortcut">Style Properties</a>
44
 
                   | 
45
 
                  <a href="#ExoIconBar.signals" class="shortcut">Signals</a></nobr></td></tr>
 
33
<tr><td colspan="5" class="shortcuts">
 
34
<a href="#ExoIconBar.synopsis" class="shortcut">Top</a>
 
35
                 | 
 
36
                <a href="#ExoIconBar.description" class="shortcut">Description</a>
 
37
                 | 
 
38
                <a href="#ExoIconBar.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
39
                 | 
 
40
                <a href="#ExoIconBar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
41
                 | 
 
42
                <a href="#ExoIconBar.properties" class="shortcut">Properties</a>
 
43
                 | 
 
44
                <a href="#ExoIconBar.style-properties" class="shortcut">Style Properties</a>
 
45
                 | 
 
46
                <a href="#ExoIconBar.signals" class="shortcut">Signals</a>
 
47
</td></tr>
46
48
</table>
47
49
<div class="refentry" lang="en">
48
50
<a name="ExoIconBar"></a><div class="titlepage"></div>
60
62
#include &lt;exo/exo.h&gt;
61
63
 
62
64
                    <a class="link" href="ExoIconBar.html#ExoIconBar-struct" title="ExoIconBar">ExoIconBar</a>;
63
 
<a
64
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
65
 
>GtkWidget</a>*          <a class="link" href="ExoIconBar.html#exo-icon-bar-new" title="exo_icon_bar_new ()">exo_icon_bar_new</a>                    (void);
66
 
<a
67
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
68
 
>GtkWidget</a>*          <a class="link" href="ExoIconBar.html#exo-icon-bar-new-with-model" title="exo_icon_bar_new_with_model ()">exo_icon_bar_new_with_model</a>         (<a
69
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
70
 
>GtkTreeModel</a> *model);
71
 
<a
72
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
73
 
>GtkTreeModel</a>*       <a class="link" href="ExoIconBar.html#exo-icon-bar-get-model" title="exo_icon_bar_get_model ()">exo_icon_bar_get_model</a>              (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
 
65
GtkWidget *         <a class="link" href="ExoIconBar.html#exo-icon-bar-new" title="exo_icon_bar_new ()">exo_icon_bar_new</a>                    (void);
 
66
GtkWidget *         <a class="link" href="ExoIconBar.html#exo-icon-bar-new-with-model" title="exo_icon_bar_new_with_model ()">exo_icon_bar_new_with_model</a>         (GtkTreeModel *model);
 
67
GtkTreeModel *      <a class="link" href="ExoIconBar.html#exo-icon-bar-get-model" title="exo_icon_bar_get_model ()">exo_icon_bar_get_model</a>              (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
74
68
void                <a class="link" href="ExoIconBar.html#exo-icon-bar-set-model" title="exo_icon_bar_set_model ()">exo_icon_bar_set_model</a>              (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
75
 
                                                         <a
76
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
77
 
>GtkTreeModel</a> *model);
78
 
<a
79
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
80
 
>gint</a>                <a class="link" href="ExoIconBar.html#exo-icon-bar-get-pixbuf-column" title="exo_icon_bar_get_pixbuf_column ()">exo_icon_bar_get_pixbuf_column</a>      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
 
69
                                                         GtkTreeModel *model);
 
70
gint                <a class="link" href="ExoIconBar.html#exo-icon-bar-get-pixbuf-column" title="exo_icon_bar_get_pixbuf_column ()">exo_icon_bar_get_pixbuf_column</a>      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
81
71
void                <a class="link" href="ExoIconBar.html#exo-icon-bar-set-pixbuf-column" title="exo_icon_bar_set_pixbuf_column ()">exo_icon_bar_set_pixbuf_column</a>      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
82
 
                                                         <a
83
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
84
 
>gint</a> column);
85
 
<a
86
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
87
 
>gint</a>                <a class="link" href="ExoIconBar.html#exo-icon-bar-get-text-column" title="exo_icon_bar_get_text_column ()">exo_icon_bar_get_text_column</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
 
72
                                                         gint column);
 
73
gint                <a class="link" href="ExoIconBar.html#exo-icon-bar-get-text-column" title="exo_icon_bar_get_text_column ()">exo_icon_bar_get_text_column</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
88
74
void                <a class="link" href="ExoIconBar.html#exo-icon-bar-set-text-column" title="exo_icon_bar_set_text_column ()">exo_icon_bar_set_text_column</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
89
 
                                                         <a
90
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
91
 
>gint</a> column);
92
 
<a
93
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
94
 
>GtkOrientation</a>      <a class="link" href="ExoIconBar.html#exo-icon-bar-get-orientation" title="exo_icon_bar_get_orientation ()">exo_icon_bar_get_orientation</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
 
75
                                                         gint column);
 
76
GtkOrientation      <a class="link" href="ExoIconBar.html#exo-icon-bar-get-orientation" title="exo_icon_bar_get_orientation ()">exo_icon_bar_get_orientation</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
95
77
void                <a class="link" href="ExoIconBar.html#exo-icon-bar-set-orientation" title="exo_icon_bar_set_orientation ()">exo_icon_bar_set_orientation</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
96
 
                                                         <a
97
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
98
 
>GtkOrientation</a> orientation);
99
 
<a
100
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
101
 
>gint</a>                <a class="link" href="ExoIconBar.html#exo-icon-bar-get-active" title="exo_icon_bar_get_active ()">exo_icon_bar_get_active</a>             (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
 
78
                                                         GtkOrientation orientation);
 
79
gint                <a class="link" href="ExoIconBar.html#exo-icon-bar-get-active" title="exo_icon_bar_get_active ()">exo_icon_bar_get_active</a>             (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);
102
80
void                <a class="link" href="ExoIconBar.html#exo-icon-bar-set-active" title="exo_icon_bar_set_active ()">exo_icon_bar_set_active</a>             (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
103
 
                                                         <a
104
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
105
 
>gint</a> index);
106
 
<a
107
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
108
 
>gboolean</a>            <a class="link" href="ExoIconBar.html#exo-icon-bar-get-active-iter" title="exo_icon_bar_get_active_iter ()">exo_icon_bar_get_active_iter</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
109
 
                                                         <a
110
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
111
 
>GtkTreeIter</a> *iter);
 
81
                                                         gint index);
 
82
gboolean            <a class="link" href="ExoIconBar.html#exo-icon-bar-get-active-iter" title="exo_icon_bar_get_active_iter ()">exo_icon_bar_get_active_iter</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
 
83
                                                         GtkTreeIter *iter);
112
84
void                <a class="link" href="ExoIconBar.html#exo-icon-bar-set-active-iter" title="exo_icon_bar_set_active_iter ()">exo_icon_bar_set_active_iter</a>        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
113
 
                                                         <a
114
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
115
 
>GtkTreeIter</a> *iter);
 
85
                                                         GtkTreeIter *iter);
116
86
</pre>
117
87
</div>
118
88
<div class="refsect1" lang="en">
119
89
<a name="ExoIconBar.object-hierarchy"></a><h2>Object Hierarchy</h2>
120
90
<pre class="synopsis">
121
 
  <a
122
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
123
 
>GObject</a>
124
 
   +----<a
125
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
126
 
>GInitiallyUnowned</a>
127
 
         +----<a
128
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
129
 
>GtkObject</a>
130
 
               +----<a
131
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
132
 
>GtkWidget</a>
133
 
                     +----<a
134
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
135
 
>GtkContainer</a>
 
91
  GObject
 
92
   +----GInitiallyUnowned
 
93
         +----GtkObject
 
94
               +----GtkWidget
 
95
                     +----GtkContainer
136
96
                           +----ExoIconBar
137
97
</pre>
138
98
</div>
140
100
<a name="ExoIconBar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
141
101
<p>
142
102
ExoIconBar implements
143
 
 AtkImplementorIface and  <a
144
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
145
 
>GtkBuildable</a>.</p>
 
103
 GtkBuildable and  AtkImplementorIface.</p>
146
104
</div>
147
105
<div class="refsect1" lang="en">
148
106
<a name="ExoIconBar.properties"></a><h2>Properties</h2>
149
107
<pre class="synopsis">
150
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--active" title='The "active" property'>active</a>"                   <a
151
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
152
 
>gint</a>                  : Read / Write
153
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--model" title='The "model" property'>model</a>"                    <a
154
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
155
 
>GtkTreeModel</a>*         : Read / Write
156
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--orientation" title='The "orientation" property'>orientation</a>"              <a
157
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
158
 
>GtkOrientation</a>        : Read / Write
159
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--pixbuf-column" title='The "pixbuf-column" property'>pixbuf-column</a>"            <a
160
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
161
 
>gint</a>                  : Read / Write
162
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--text-column" title='The "text-column" property'>text-column</a>"              <a
163
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
164
 
>gint</a>                  : Read / Write
 
108
  "<a class="link" href="ExoIconBar.html#ExoIconBar--active" title='The "active" property'>active</a>"                   gint                  : Read / Write
 
109
  "<a class="link" href="ExoIconBar.html#ExoIconBar--model" title='The "model" property'>model</a>"                    GtkTreeModel*         : Read / Write
 
110
  "<a class="link" href="ExoIconBar.html#ExoIconBar--orientation" title='The "orientation" property'>orientation</a>"              GtkOrientation        : Read / Write
 
111
  "<a class="link" href="ExoIconBar.html#ExoIconBar--pixbuf-column" title='The "pixbuf-column" property'>pixbuf-column</a>"            gint                  : Read / Write
 
112
  "<a class="link" href="ExoIconBar.html#ExoIconBar--text-column" title='The "text-column" property'>text-column</a>"              gint                  : Read / Write
165
113
</pre>
166
114
</div>
167
115
<div class="refsect1" lang="en">
168
116
<a name="ExoIconBar.style-properties"></a><h2>Style Properties</h2>
169
117
<pre class="synopsis">
170
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--active-item-border-color" title='The "active-item-border-color" style property'>active-item-border-color</a>" <a
171
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
172
 
>GdkColor</a>*             : Read
173
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--active-item-fill-color" title='The "active-item-fill-color" style property'>active-item-fill-color</a>"   <a
174
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
175
 
>GdkColor</a>*             : Read
176
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--active-item-text-color" title='The "active-item-text-color" style property'>active-item-text-color</a>"   <a
177
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
178
 
>GdkColor</a>*             : Read
179
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--cursor-item-border-color" title='The "cursor-item-border-color" style property'>cursor-item-border-color</a>" <a
180
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
181
 
>GdkColor</a>*             : Read
182
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--cursor-item-fill-color" title='The "cursor-item-fill-color" style property'>cursor-item-fill-color</a>"   <a
183
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
184
 
>GdkColor</a>*             : Read
185
 
  "<a class="link" href="ExoIconBar.html#ExoIconBar--cursor-item-text-color" title='The "cursor-item-text-color" style property'>cursor-item-text-color</a>"   <a
186
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
187
 
>GdkColor</a>*             : Read
 
118
  "<a class="link" href="ExoIconBar.html#ExoIconBar--s-active-item-border-color" title='The "active-item-border-color" style property'>active-item-border-color</a>" GdkColor*             : Read
 
119
  "<a class="link" href="ExoIconBar.html#ExoIconBar--s-active-item-fill-color" title='The "active-item-fill-color" style property'>active-item-fill-color</a>"   GdkColor*             : Read
 
120
  "<a class="link" href="ExoIconBar.html#ExoIconBar--s-active-item-text-color" title='The "active-item-text-color" style property'>active-item-text-color</a>"   GdkColor*             : Read
 
121
  "<a class="link" href="ExoIconBar.html#ExoIconBar--s-cursor-item-border-color" title='The "cursor-item-border-color" style property'>cursor-item-border-color</a>" GdkColor*             : Read
 
122
  "<a class="link" href="ExoIconBar.html#ExoIconBar--s-cursor-item-fill-color" title='The "cursor-item-fill-color" style property'>cursor-item-fill-color</a>"   GdkColor*             : Read
 
123
  "<a class="link" href="ExoIconBar.html#ExoIconBar--s-cursor-item-text-color" title='The "cursor-item-text-color" style property'>cursor-item-text-color</a>"   GdkColor*             : Read
188
124
</pre>
189
125
</div>
190
126
<div class="refsect1" lang="en">
197
133
<div class="refsect1" lang="en">
198
134
<a name="ExoIconBar.description"></a><h2>Description</h2>
199
135
<p>
200
 
A widget that displays any object that implements the <a
201
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
202
 
><span class="type">GtkTreeModel</span></a> interface
 
136
A widget that displays any object that implements the <span class="type">GtkTreeModel</span> interface
203
137
in an icon bar.
204
138
</p>
205
139
<div class="example">
206
 
<a name="id2854323"></a><p class="title"><b>Example 1. 
 
140
<a name="id2793120"></a><p class="title"><b>Example 1. 
207
141
  Creating a new <span class="structname">ExoIconBar</span> with a <span class="structname">GtkListStore</span>
208
142
</b></p>
209
143
<div class="example-contents"><pre class="programlisting">
213
147
  STRING_COLUMN,
214
148
  N_COLUMNS,
215
149
};
216
 
 
217
150
{
218
151
  GtkListStore *store;
219
152
  GtkWidget    *bar;
220
 
 
221
153
  /* make a new list store */
222
154
  store = gtk_list_store_new (N_COLUMNS, GDK_TYPE_PIXBUF, G_TYPE_STRING);
223
 
 
224
155
  /* fill the store with data */
225
156
  fill_store (store);
226
 
 
227
157
  /* create the icon bar */
228
158
  bar = exo_icon_bar_new_with_model (GTK_TREE_MODEL (store));
229
159
  exo_icon_bar_set_pixbuf_column (EXO_ICON_BAR (bar), PIXBUF_COLUMN);
230
160
  exo_icon_bar_set_text_column (EXO_ICON_BAR (bar), TEXT_COLUMN);
231
161
  gtk_widget_show (bar);
232
 
 
233
162
  /* the icon bar keeps a reference on the store now */
234
163
  g_object_unref (G_OBJECT (store));
235
 
 
236
164
  /* add the bar to your GUI now... */
237
165
}
238
166
</pre></div>
251
179
<hr>
252
180
<div class="refsect2" lang="en">
253
181
<a name="exo-icon-bar-new"></a><h3>exo_icon_bar_new ()</h3>
254
 
<pre class="programlisting"><a
255
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
256
 
>GtkWidget</a>*          exo_icon_bar_new                    (void);</pre>
 
182
<pre class="programlisting">GtkWidget *         exo_icon_bar_new                    (void);</pre>
257
183
<p>
258
184
</p>
259
185
<p>
260
 
 
261
186
</p>
262
187
<div class="variablelist"><table border="0">
263
188
<col align="left" valign="top">
271
196
<hr>
272
197
<div class="refsect2" lang="en">
273
198
<a name="exo-icon-bar-new-with-model"></a><h3>exo_icon_bar_new_with_model ()</h3>
274
 
<pre class="programlisting"><a
275
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
276
 
>GtkWidget</a>*          exo_icon_bar_new_with_model         (<a
277
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
278
 
>GtkTreeModel</a> *model);</pre>
 
199
<pre class="programlisting">GtkWidget *         exo_icon_bar_new_with_model         (GtkTreeModel *model);</pre>
279
200
<p>
280
201
Creates a new <a class="link" href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> and associates it with
281
202
<em class="parameter"><code>model</code></em>.</p>
282
203
<p>
283
 
 
284
204
</p>
285
205
<div class="variablelist"><table border="0">
286
206
<col align="left" valign="top">
287
207
<tbody>
288
208
<tr>
289
209
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
290
 
<td> A <a
291
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
292
 
><span class="type">GtkTreeModel</span></a>.
 
210
<td> A <span class="type">GtkTreeModel</span>.
293
211
</td>
294
212
</tr>
295
213
<tr>
304
222
<hr>
305
223
<div class="refsect2" lang="en">
306
224
<a name="exo-icon-bar-get-model"></a><h3>exo_icon_bar_get_model ()</h3>
307
 
<pre class="programlisting"><a
308
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
309
 
>GtkTreeModel</a>*       exo_icon_bar_get_model              (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
 
225
<pre class="programlisting">GtkTreeModel *      exo_icon_bar_get_model              (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
310
226
<p>
311
 
Returns the model the <a class="link" href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> is based on. Returns <a
312
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
313
 
><code class="literal">NULL</code></a> if
 
227
Returns the model the <a class="link" href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> is based on. Returns <code class="literal">NULL</code> if
314
228
the model is unset.</p>
315
229
<p>
316
 
 
317
230
</p>
318
231
<div class="variablelist"><table border="0">
319
232
<col align="left" valign="top">
325
238
</tr>
326
239
<tr>
327
240
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
328
 
<td> A <a
329
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
330
 
><span class="type">GtkTreeModel</span></a>, or <a
331
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
332
 
><code class="literal">NULL</code></a> if none is currently being used.
 
241
<td> A <span class="type">GtkTreeModel</span>, or <code class="literal">NULL</code> if none is currently being used.
333
242
</td>
334
243
</tr>
335
244
</tbody>
339
248
<div class="refsect2" lang="en">
340
249
<a name="exo-icon-bar-set-model"></a><h3>exo_icon_bar_set_model ()</h3>
341
250
<pre class="programlisting">void                exo_icon_bar_set_model              (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
342
 
                                                         <a
343
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
344
 
>GtkTreeModel</a> *model);</pre>
 
251
                                                         GtkTreeModel *model);</pre>
345
252
<p>
346
253
Sets the model for a <a class="link" href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a>. If the <em class="parameter"><code>icon_bar</code></em> already has a model
347
 
set, it will remove it before settings the new model. If <em class="parameter"><code>model</code></em> is <a
348
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
349
 
><code class="literal">NULL</code></a>,
 
254
set, it will remove it before settings the new model. If <em class="parameter"><code>model</code></em> is <code class="literal">NULL</code>,
350
255
then it will unset the old model.</p>
351
256
<p>
352
 
 
353
257
</p>
354
258
<div class="variablelist"><table border="0">
355
259
<col align="left" valign="top">
361
265
</tr>
362
266
<tr>
363
267
<td><p><span class="term"><em class="parameter"><code>model</code></em> :</span></p></td>
364
 
<td> A <a
365
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
366
 
><span class="type">GtkTreeModel</span></a> or <a
367
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
368
 
><code class="literal">NULL</code></a>.
 
268
<td> A <span class="type">GtkTreeModel</span> or <code class="literal">NULL</code>.
369
269
</td>
370
270
</tr>
371
271
</tbody>
374
274
<hr>
375
275
<div class="refsect2" lang="en">
376
276
<a name="exo-icon-bar-get-pixbuf-column"></a><h3>exo_icon_bar_get_pixbuf_column ()</h3>
377
 
<pre class="programlisting"><a
378
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
379
 
>gint</a>                exo_icon_bar_get_pixbuf_column      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
 
277
<pre class="programlisting">gint                exo_icon_bar_get_pixbuf_column      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
380
278
<p>
381
279
Returns the column with pixbufs for <em class="parameter"><code>icon_bar</code></em>.</p>
382
280
<p>
383
 
 
384
281
</p>
385
282
<div class="variablelist"><table border="0">
386
283
<col align="left" valign="top">
402
299
<div class="refsect2" lang="en">
403
300
<a name="exo-icon-bar-set-pixbuf-column"></a><h3>exo_icon_bar_set_pixbuf_column ()</h3>
404
301
<pre class="programlisting">void                exo_icon_bar_set_pixbuf_column      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
405
 
                                                         <a
406
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
407
 
>gint</a> column);</pre>
 
302
                                                         gint column);</pre>
408
303
<p>
409
304
Sets the column with pixbufs for <em class="parameter"><code>icon_bar</code></em> to be <em class="parameter"><code>column</code></em>. The pixbuf
410
305
column must be of type <span class="type">GDK_TYPE_PIXBUF</span>.</p>
411
306
<p>
412
 
 
413
307
</p>
414
308
<div class="variablelist"><table border="0">
415
309
<col align="left" valign="top">
430
324
<hr>
431
325
<div class="refsect2" lang="en">
432
326
<a name="exo-icon-bar-get-text-column"></a><h3>exo_icon_bar_get_text_column ()</h3>
433
 
<pre class="programlisting"><a
434
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
435
 
>gint</a>                exo_icon_bar_get_text_column        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
 
327
<pre class="programlisting">gint                exo_icon_bar_get_text_column        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
436
328
<p>
437
329
Returns the column with text for <em class="parameter"><code>icon_bar</code></em>.</p>
438
330
<p>
439
 
 
440
331
</p>
441
332
<div class="variablelist"><table border="0">
442
333
<col align="left" valign="top">
458
349
<div class="refsect2" lang="en">
459
350
<a name="exo-icon-bar-set-text-column"></a><h3>exo_icon_bar_set_text_column ()</h3>
460
351
<pre class="programlisting">void                exo_icon_bar_set_text_column        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
461
 
                                                         <a
462
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
463
 
>gint</a> column);</pre>
 
352
                                                         gint column);</pre>
464
353
<p>
465
354
Sets the column with text for <em class="parameter"><code>icon_bar</code></em> to be <em class="parameter"><code>column</code></em>. The
466
 
text column must be of type <a
467
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"
468
 
><span class="type">G_TYPE_STRING</span></a>.</p>
 
355
text column must be of type <span class="type">G_TYPE_STRING</span>.</p>
469
356
<p>
470
 
 
471
357
</p>
472
358
<div class="variablelist"><table border="0">
473
359
<col align="left" valign="top">
489
375
<hr>
490
376
<div class="refsect2" lang="en">
491
377
<a name="exo-icon-bar-get-orientation"></a><h3>exo_icon_bar_get_orientation ()</h3>
492
 
<pre class="programlisting"><a
493
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
494
 
>GtkOrientation</a>      exo_icon_bar_get_orientation        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
 
378
<pre class="programlisting">GtkOrientation      exo_icon_bar_get_orientation        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
495
379
<p>
496
380
Retrieves the current orientation of the toolbar. See
497
381
<a class="link" href="ExoIconBar.html#exo-icon-bar-set-orientation" title="exo_icon_bar_set_orientation ()"><code class="function">exo_icon_bar_set_orientation()</code></a>.</p>
498
382
<p>
499
 
 
500
383
</p>
501
384
<div class="variablelist"><table border="0">
502
385
<col align="left" valign="top">
518
401
<div class="refsect2" lang="en">
519
402
<a name="exo-icon-bar-set-orientation"></a><h3>exo_icon_bar_set_orientation ()</h3>
520
403
<pre class="programlisting">void                exo_icon_bar_set_orientation        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
521
 
                                                         <a
522
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
523
 
>GtkOrientation</a> orientation);</pre>
 
404
                                                         GtkOrientation orientation);</pre>
524
405
<p>
525
406
Sets whether the <em class="parameter"><code>icon_bar</code></em> should appear horizontally
526
407
or vertically.</p>
527
408
<p>
528
 
 
529
409
</p>
530
410
<div class="variablelist"><table border="0">
531
411
<col align="left" valign="top">
537
417
</tr>
538
418
<tr>
539
419
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
540
 
<td> A new <a
541
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
542
 
><span class="type">GtkOrientation</span></a>.
 
420
<td> A new <span class="type">GtkOrientation</span>.
543
421
</td>
544
422
</tr>
545
423
</tbody>
548
426
<hr>
549
427
<div class="refsect2" lang="en">
550
428
<a name="exo-icon-bar-get-active"></a><h3>exo_icon_bar_get_active ()</h3>
551
 
<pre class="programlisting"><a
552
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
553
 
>gint</a>                exo_icon_bar_get_active             (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
 
429
<pre class="programlisting">gint                exo_icon_bar_get_active             (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar);</pre>
554
430
<p>
555
431
Returns the index of the currently active item, or -1 if there's no
556
432
active item.</p>
557
433
<p>
558
 
 
559
434
</p>
560
435
<div class="variablelist"><table border="0">
561
436
<col align="left" valign="top">
578
453
<div class="refsect2" lang="en">
579
454
<a name="exo-icon-bar-set-active"></a><h3>exo_icon_bar_set_active ()</h3>
580
455
<pre class="programlisting">void                exo_icon_bar_set_active             (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
581
 
                                                         <a
582
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
583
 
>gint</a> index);</pre>
 
456
                                                         gint index);</pre>
584
457
<p>
585
458
Sets the active item of <em class="parameter"><code>icon_bar</code></em> to be the item at <em class="parameter"><code>index</code></em>.</p>
586
459
<p>
587
 
 
588
460
</p>
589
461
<div class="variablelist"><table border="0">
590
462
<col align="left" valign="top">
606
478
<hr>
607
479
<div class="refsect2" lang="en">
608
480
<a name="exo-icon-bar-get-active-iter"></a><h3>exo_icon_bar_get_active_iter ()</h3>
609
 
<pre class="programlisting"><a
610
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
611
 
>gboolean</a>            exo_icon_bar_get_active_iter        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
612
 
                                                         <a
613
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
614
 
>GtkTreeIter</a> *iter);</pre>
 
481
<pre class="programlisting">gboolean            exo_icon_bar_get_active_iter        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
 
482
                                                         GtkTreeIter *iter);</pre>
615
483
<p>
616
484
Sets <em class="parameter"><code>iter</code></em> to point to the current active item, if it exists.</p>
617
485
<p>
618
 
 
619
486
</p>
620
487
<div class="variablelist"><table border="0">
621
488
<col align="left" valign="top">
627
494
</tr>
628
495
<tr>
629
496
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
630
 
<td> An uninitialized <a
631
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
632
 
><span class="type">GtkTreeIter</span></a>.
 
497
<td> An uninitialized <span class="type">GtkTreeIter</span>.
633
498
</td>
634
499
</tr>
635
500
<tr>
636
501
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
637
 
<td> <a
638
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
639
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was set.
 
502
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>iter</code></em> was set.
640
503
</td>
641
504
</tr>
642
505
</tbody>
646
509
<div class="refsect2" lang="en">
647
510
<a name="exo-icon-bar-set-active-iter"></a><h3>exo_icon_bar_set_active_iter ()</h3>
648
511
<pre class="programlisting">void                exo_icon_bar_set_active_iter        (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
649
 
                                                         <a
650
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
651
 
>GtkTreeIter</a> *iter);</pre>
 
512
                                                         GtkTreeIter *iter);</pre>
652
513
<p>
653
514
Sets the current active item to be the one referenced by <em class="parameter"><code>iter</code></em>. <em class="parameter"><code>iter</code></em>
654
515
must correspond to a path of depth one.
655
516
</p>
656
517
<p>
657
 
This can only be called if <em class="parameter"><code>icon_bar</code></em> is associated with <a
658
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
659
 
><span class="type">GtkTreeModel</span></a>.</p>
 
518
This can only be called if <em class="parameter"><code>icon_bar</code></em> is associated with <span class="type">GtkTreeModel</span>.</p>
660
519
<p>
661
 
 
662
520
</p>
663
521
<div class="variablelist"><table border="0">
664
522
<col align="left" valign="top">
670
528
</tr>
671
529
<tr>
672
530
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
673
 
<td> The <a
674
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
675
 
><span class="type">GtkTreeIter</span></a>.
 
531
<td> The <span class="type">GtkTreeIter</span>.
676
532
</td>
677
533
</tr>
678
534
</tbody>
683
539
<a name="ExoIconBar.property-details"></a><h2>Property Details</h2>
684
540
<div class="refsect2" lang="en">
685
541
<a name="ExoIconBar--active"></a><h3>The <code class="literal">"active"</code> property</h3>
686
 
<pre class="programlisting">  "active"                   <a
687
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
688
 
>gint</a>                  : Read / Write</pre>
 
542
<pre class="programlisting">  "active"                   gint                  : Read / Write</pre>
689
543
<p>
690
544
The item which is currently active.
691
545
</p>
695
549
<p>
696
550
Default value: -1</p>
697
551
<p>
698
 
 
699
552
</p>
700
553
<p>Allowed values: &gt;= -1</p>
701
554
<p>Default value: -1</p>
703
556
<hr>
704
557
<div class="refsect2" lang="en">
705
558
<a name="ExoIconBar--model"></a><h3>The <code class="literal">"model"</code> property</h3>
706
 
<pre class="programlisting">  "model"                    <a
707
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
708
 
>GtkTreeModel</a>*         : Read / Write</pre>
 
559
<pre class="programlisting">  "model"                    GtkTreeModel*         : Read / Write</pre>
709
560
<p>
710
561
The model for the icon bar.</p>
711
562
<p>
712
 
 
713
563
</p>
714
564
</div>
715
565
<hr>
716
566
<div class="refsect2" lang="en">
717
567
<a name="ExoIconBar--orientation"></a><h3>The <code class="literal">"orientation"</code> property</h3>
718
 
<pre class="programlisting">  "orientation"              <a
719
 
href="/usr/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html#GtkOrientation"
720
 
>GtkOrientation</a>        : Read / Write</pre>
 
568
<pre class="programlisting">  "orientation"              GtkOrientation        : Read / Write</pre>
721
569
<p>
722
570
The orientation of the icon bar.
723
571
</p>
724
572
<p>
725
573
Default value: <code class="literal">GTK_ORIENTATION_VERTICAL</code></p>
726
574
<p>
727
 
 
728
575
</p>
729
576
<p>Default value: GTK_ORIENTATION_VERTICAL</p>
730
577
</div>
731
578
<hr>
732
579
<div class="refsect2" lang="en">
733
580
<a name="ExoIconBar--pixbuf-column"></a><h3>The <code class="literal">"pixbuf-column"</code> property</h3>
734
 
<pre class="programlisting">  "pixbuf-column"            <a
735
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
736
 
>gint</a>                  : Read / Write</pre>
 
581
<pre class="programlisting">  "pixbuf-column"            gint                  : Read / Write</pre>
737
582
<p>
738
583
The ::pixbuf-column property contains the number of the model column
739
584
containing the pixbufs which are displyed. The pixbuf column must be
740
585
of type <span class="type">GDK_TYPE_PIXBUF</span>. Setting this property to -1 turns off the
741
586
display of pixbufs.</p>
742
587
<p>
743
 
 
744
588
</p>
745
589
<p>Allowed values: &gt;= -1</p>
746
590
<p>Default value: -1</p>
748
592
<hr>
749
593
<div class="refsect2" lang="en">
750
594
<a name="ExoIconBar--text-column"></a><h3>The <code class="literal">"text-column"</code> property</h3>
751
 
<pre class="programlisting">  "text-column"              <a
752
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
753
 
>gint</a>                  : Read / Write</pre>
 
595
<pre class="programlisting">  "text-column"              gint                  : Read / Write</pre>
754
596
<p>
755
597
The ::text-column property contains the number of the model column
756
598
containing the texts which are displayed. The text column must be
757
 
of type <a
758
 
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#G-TYPE-STRING:CAPS"
759
 
><span class="type">G_TYPE_STRING</span></a>. If this property is set to -1, no texts
 
599
of type <span class="type">G_TYPE_STRING</span>. If this property is set to -1, no texts
760
600
are displayed.</p>
761
601
<p>
762
 
 
763
602
</p>
764
603
<p>Allowed values: &gt;= -1</p>
765
604
<p>Default value: -1</p>
768
607
<div class="refsect1" lang="en">
769
608
<a name="ExoIconBar.style-property-details"></a><h2>Style Property Details</h2>
770
609
<div class="refsect2" lang="en">
771
 
<a name="ExoIconBar--active-item-border-color"></a><h3>The <code class="literal">"active-item-border-color"</code> style property</h3>
772
 
<pre class="programlisting">  "active-item-border-color" <a
773
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
774
 
>GdkColor</a>*             : Read</pre>
 
610
<a name="ExoIconBar--s-active-item-border-color"></a><h3>The <code class="literal">"active-item-border-color"</code> style property</h3>
 
611
<pre class="programlisting">  "active-item-border-color" GdkColor*             : Read</pre>
775
612
<p>Active item border color.</p>
776
613
</div>
777
614
<hr>
778
615
<div class="refsect2" lang="en">
779
 
<a name="ExoIconBar--active-item-fill-color"></a><h3>The <code class="literal">"active-item-fill-color"</code> style property</h3>
780
 
<pre class="programlisting">  "active-item-fill-color"   <a
781
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
782
 
>GdkColor</a>*             : Read</pre>
 
616
<a name="ExoIconBar--s-active-item-fill-color"></a><h3>The <code class="literal">"active-item-fill-color"</code> style property</h3>
 
617
<pre class="programlisting">  "active-item-fill-color"   GdkColor*             : Read</pre>
783
618
<p>Active item fill color.</p>
784
619
</div>
785
620
<hr>
786
621
<div class="refsect2" lang="en">
787
 
<a name="ExoIconBar--active-item-text-color"></a><h3>The <code class="literal">"active-item-text-color"</code> style property</h3>
788
 
<pre class="programlisting">  "active-item-text-color"   <a
789
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
790
 
>GdkColor</a>*             : Read</pre>
 
622
<a name="ExoIconBar--s-active-item-text-color"></a><h3>The <code class="literal">"active-item-text-color"</code> style property</h3>
 
623
<pre class="programlisting">  "active-item-text-color"   GdkColor*             : Read</pre>
791
624
<p>Active item text color.</p>
792
625
</div>
793
626
<hr>
794
627
<div class="refsect2" lang="en">
795
 
<a name="ExoIconBar--cursor-item-border-color"></a><h3>The <code class="literal">"cursor-item-border-color"</code> style property</h3>
796
 
<pre class="programlisting">  "cursor-item-border-color" <a
797
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
798
 
>GdkColor</a>*             : Read</pre>
 
628
<a name="ExoIconBar--s-cursor-item-border-color"></a><h3>The <code class="literal">"cursor-item-border-color"</code> style property</h3>
 
629
<pre class="programlisting">  "cursor-item-border-color" GdkColor*             : Read</pre>
799
630
<p>Cursor item border color.</p>
800
631
</div>
801
632
<hr>
802
633
<div class="refsect2" lang="en">
803
 
<a name="ExoIconBar--cursor-item-fill-color"></a><h3>The <code class="literal">"cursor-item-fill-color"</code> style property</h3>
804
 
<pre class="programlisting">  "cursor-item-fill-color"   <a
805
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
806
 
>GdkColor</a>*             : Read</pre>
 
634
<a name="ExoIconBar--s-cursor-item-fill-color"></a><h3>The <code class="literal">"cursor-item-fill-color"</code> style property</h3>
 
635
<pre class="programlisting">  "cursor-item-fill-color"   GdkColor*             : Read</pre>
807
636
<p>Cursor item fill color.</p>
808
637
</div>
809
638
<hr>
810
639
<div class="refsect2" lang="en">
811
 
<a name="ExoIconBar--cursor-item-text-color"></a><h3>The <code class="literal">"cursor-item-text-color"</code> style property</h3>
812
 
<pre class="programlisting">  "cursor-item-text-color"   <a
813
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#GdkColor"
814
 
>GdkColor</a>*             : Read</pre>
 
640
<a name="ExoIconBar--s-cursor-item-text-color"></a><h3>The <code class="literal">"cursor-item-text-color"</code> style property</h3>
 
641
<pre class="programlisting">  "cursor-item-text-color"   GdkColor*             : Read</pre>
815
642
<p>Cursor item text color.</p>
816
643
</div>
817
644
</div>
820
647
<div class="refsect2" lang="en">
821
648
<a name="ExoIconBar-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
822
649
<pre class="programlisting">void                user_function                      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a> *icon_bar,
823
 
                                                        <a
824
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
825
 
>gpointer</a>    user_data)      : Run First</pre>
 
650
                                                        gpointer    user_data)      : Run First</pre>
826
651
<p>
827
652
This signal is emitted whenever the currently selected icon
828
653
changes.</p>
829
654
<p>
830
 
 
831
655
</p>
832
656
<div class="variablelist"><table border="0">
833
657
<col align="left" valign="top">
848
672
<div class="refsect2" lang="en">
849
673
<a name="ExoIconBar-set-scroll-adjustments"></a><h3>The <code class="literal">"set-scroll-adjustments"</code> signal</h3>
850
674
<pre class="programlisting">void                user_function                      (<a class="link" href="ExoIconBar.html" title="ExoIconBar">ExoIconBar</a>    *icon_bar,
851
 
                                                        <a
852
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
853
 
>GtkAdjustment</a> *hadjustment,
854
 
                                                        <a
855
 
href="/usr/share/gtk-doc/html/gtk/GtkAdjustment.html"
856
 
>GtkAdjustment</a> *vadjustment,
857
 
                                                        <a
858
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
859
 
>gpointer</a>       user_data)        : Run Last</pre>
 
675
                                                        GtkAdjustment *hadjustment,
 
676
                                                        GtkAdjustment *vadjustment,
 
677
                                                        gpointer       user_data)        : Run Last</pre>
860
678
<p>
861
679
Used internally to make the <a class="link" href="ExoIconBar.html" title="ExoIconBar"><span class="type">ExoIconBar</span></a> scrollable.</p>
862
680
<p>
863
 
 
864
681
</p>
865
682
<div class="variablelist"><table border="0">
866
683
<col align="left" valign="top">
898
715
</div>
899
716
<div class="footer">
900
717
<hr>
901
 
          Generated by GTK-Doc V1.10</div>
 
718
          Generated by GTK-Doc V1.11</div>
902
719
</body>
903
720
</html>