~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpwidgets/html/GimpPathEditor.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-08-22 11:50:05 UTC
  • mfrom: (0.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20080822115005-yxj5svf3v9x1mkr7
Tags: upstream-2.4.7
Import upstream version 2.4.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
<a name="GimpPathEditor.synopsis"></a><h2>Synopsis</h2>
57
57
<pre class="synopsis">
58
58
                    <a class="link" href="GimpPathEditor.html#GimpPathEditor-struct" title="GimpPathEditor">GimpPathEditor</a>;
59
 
<a
60
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
61
 
>GtkWidget</a>*          <a class="link" href="GimpPathEditor.html#gimp-path-editor-new" title="gimp_path_editor_new ()">gimp_path_editor_new</a>                (const <a
62
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
63
 
>gchar</a> *title,
64
 
                                                         const <a
65
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
66
 
>gchar</a> *path);
67
 
<a
68
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
69
 
>gchar</a>*              <a class="link" href="GimpPathEditor.html#gimp-path-editor-get-path" title="gimp_path_editor_get_path ()">gimp_path_editor_get_path</a>           (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);
 
59
GtkWidget*          <a class="link" href="GimpPathEditor.html#gimp-path-editor-new" title="gimp_path_editor_new ()">gimp_path_editor_new</a>                (const gchar *title,
 
60
                                                         const gchar *path);
 
61
gchar*              <a class="link" href="GimpPathEditor.html#gimp-path-editor-get-path" title="gimp_path_editor_get_path ()">gimp_path_editor_get_path</a>           (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);
70
62
void                <a class="link" href="GimpPathEditor.html#gimp-path-editor-set-path" title="gimp_path_editor_set_path ()">gimp_path_editor_set_path</a>           (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
71
 
                                                         const <a
72
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
73
 
>gchar</a> *path);
74
 
<a
75
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
76
 
>gchar</a>*              <a class="link" href="GimpPathEditor.html#gimp-path-editor-get-writable-path" title="gimp_path_editor_get_writable_path ()">gimp_path_editor_get_writable_path</a>  (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);
 
63
                                                         const gchar *path);
 
64
gchar*              <a class="link" href="GimpPathEditor.html#gimp-path-editor-get-writable-path" title="gimp_path_editor_get_writable_path ()">gimp_path_editor_get_writable_path</a>  (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);
77
65
void                <a class="link" href="GimpPathEditor.html#gimp-path-editor-set-writable-path" title="gimp_path_editor_set_writable_path ()">gimp_path_editor_set_writable_path</a>  (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
78
 
                                                         const <a
79
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
80
 
>gchar</a> *path);
81
 
<a
82
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
83
 
>gboolean</a>            <a class="link" href="GimpPathEditor.html#gimp-path-editor-get-dir-writable" title="gimp_path_editor_get_dir_writable ()">gimp_path_editor_get_dir_writable</a>   (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
84
 
                                                         const <a
85
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
86
 
>gchar</a> *directory);
 
66
                                                         const gchar *path);
 
67
gboolean            <a class="link" href="GimpPathEditor.html#gimp-path-editor-get-dir-writable" title="gimp_path_editor_get_dir_writable ()">gimp_path_editor_get_dir_writable</a>   (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
 
68
                                                         const gchar *directory);
87
69
void                <a class="link" href="GimpPathEditor.html#gimp-path-editor-set-dir-writable" title="gimp_path_editor_set_dir_writable ()">gimp_path_editor_set_dir_writable</a>   (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
88
 
                                                         const <a
89
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
90
 
>gchar</a> *directory,
91
 
                                                         <a
92
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
93
 
>gboolean</a> writable);
 
70
                                                         const gchar *directory,
 
71
                                                         gboolean writable);
94
72
</pre>
95
73
</div>
96
74
<div class="refsect1" lang="en">
97
75
<a name="GimpPathEditor.object-hierarchy"></a><h2>Object Hierarchy</h2>
98
76
<pre class="synopsis">
99
 
  <a
100
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
101
 
>GObject</a>
102
 
   +----<a
103
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
104
 
>GInitiallyUnowned</a>
105
 
         +----<a
106
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
107
 
>GtkObject</a>
108
 
               +----<a
109
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
110
 
>GtkWidget</a>
111
 
                     +----<a
112
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
113
 
>GtkContainer</a>
114
 
                           +----<a
115
 
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
116
 
>GtkBox</a>
117
 
                                 +----<a
118
 
href="/usr/share/gtk-doc/html/gtk/GtkVBox.html"
119
 
>GtkVBox</a>
 
77
  GObject
 
78
   +----GInitiallyUnowned
 
79
         +----GtkObject
 
80
               +----GtkWidget
 
81
                     +----GtkContainer
 
82
                           +----GtkBox
 
83
                                 +----GtkVBox
120
84
                                       +----GimpPathEditor
121
85
</pre>
122
86
</div>
164
128
<hr>
165
129
<div class="refsect2" lang="en">
166
130
<a name="gimp-path-editor-new"></a><h3>gimp_path_editor_new ()</h3>
167
 
<pre class="programlisting"><a
168
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
169
 
>GtkWidget</a>*          gimp_path_editor_new                (const <a
170
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
171
 
>gchar</a> *title,
172
 
                                                         const <a
173
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
174
 
>gchar</a> *path);</pre>
 
131
<pre class="programlisting">GtkWidget*          gimp_path_editor_new                (const gchar *title,
 
132
                                                         const gchar *path);</pre>
175
133
<p>
176
134
Creates a new <a class="link" href="GimpPathEditor.html" title="GimpPathEditor"><span class="type">GimpPathEditor</span></a> widget.
177
135
</p>
178
136
<p>
179
137
The elements of the initial search path must be separated with the
180
 
<a
181
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
182
 
><span class="type">G_SEARCHPATH_SEPARATOR</span></a> character.</p>
 
138
<span class="type">G_SEARCHPATH_SEPARATOR</span> character.</p>
183
139
<p>
184
140
 
185
141
</p>
188
144
<tbody>
189
145
<tr>
190
146
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
191
 
<td> The title of the <a
192
 
href="/usr/share/gtk-doc/html/gtk/GtkFileChooser.html"
193
 
><span class="type">GtkFileChooser</span></a> dialog which can be popped up.
 
147
<td> The title of the <span class="type">GtkFileChooser</span> dialog which can be popped up.
194
148
</td>
195
149
</tr>
196
150
<tr>
209
163
<hr>
210
164
<div class="refsect2" lang="en">
211
165
<a name="gimp-path-editor-get-path"></a><h3>gimp_path_editor_get_path ()</h3>
212
 
<pre class="programlisting"><a
213
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
214
 
>gchar</a>*              gimp_path_editor_get_path           (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
 
166
<pre class="programlisting">gchar*              gimp_path_editor_get_path           (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
215
167
<p>
216
168
The elements of the returned search path string are separated with the
217
 
<a
218
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
219
 
><span class="type">G_SEARCHPATH_SEPARATOR</span></a> character.
 
169
<span class="type">G_SEARCHPATH_SEPARATOR</span> character.
220
170
</p>
221
171
<p>
222
 
Note that you have to <a
223
 
href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"
224
 
><code class="function">g_free()</code></a> the returned string.</p>
 
172
Note that you have to <code class="function">g_free()</code> the returned string.</p>
225
173
<p>
226
174
 
227
175
</p>
245
193
<div class="refsect2" lang="en">
246
194
<a name="gimp-path-editor-set-path"></a><h3>gimp_path_editor_set_path ()</h3>
247
195
<pre class="programlisting">void                gimp_path_editor_set_path           (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
248
 
                                                         const <a
249
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
250
 
>gchar</a> *path);</pre>
 
196
                                                         const gchar *path);</pre>
251
197
<p>
252
198
The elements of the initial search path must be separated with the
253
 
<a
254
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
255
 
><span class="type">G_SEARCHPATH_SEPARATOR</span></a> character.</p>
 
199
<span class="type">G_SEARCHPATH_SEPARATOR</span> character.</p>
256
200
<p>
257
201
 
258
202
</p>
275
219
<hr>
276
220
<div class="refsect2" lang="en">
277
221
<a name="gimp-path-editor-get-writable-path"></a><h3>gimp_path_editor_get_writable_path ()</h3>
278
 
<pre class="programlisting"><a
279
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
280
 
>gchar</a>*              gimp_path_editor_get_writable_path  (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
 
222
<pre class="programlisting">gchar*              gimp_path_editor_get_writable_path  (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor);</pre>
281
223
<p>
282
224
 
283
225
</p>
303
245
<div class="refsect2" lang="en">
304
246
<a name="gimp-path-editor-set-writable-path"></a><h3>gimp_path_editor_set_writable_path ()</h3>
305
247
<pre class="programlisting">void                gimp_path_editor_set_writable_path  (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
306
 
                                                         const <a
307
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
308
 
>gchar</a> *path);</pre>
 
248
                                                         const gchar *path);</pre>
309
249
<p>
310
250
 
311
251
</p>
330
270
<hr>
331
271
<div class="refsect2" lang="en">
332
272
<a name="gimp-path-editor-get-dir-writable"></a><h3>gimp_path_editor_get_dir_writable ()</h3>
333
 
<pre class="programlisting"><a
334
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
335
 
>gboolean</a>            gimp_path_editor_get_dir_writable   (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
336
 
                                                         const <a
337
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
338
 
>gchar</a> *directory);</pre>
 
273
<pre class="programlisting">gboolean            gimp_path_editor_get_dir_writable   (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
 
274
                                                         const gchar *directory);</pre>
339
275
<p>
340
276
 
341
277
</p>
366
302
<div class="refsect2" lang="en">
367
303
<a name="gimp-path-editor-set-dir-writable"></a><h3>gimp_path_editor_set_dir_writable ()</h3>
368
304
<pre class="programlisting">void                gimp_path_editor_set_dir_writable   (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *editor,
369
 
                                                         const <a
370
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
371
 
>gchar</a> *directory,
372
 
                                                         <a
373
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
374
 
>gboolean</a> writable);</pre>
 
305
                                                         const gchar *directory,
 
306
                                                         gboolean writable);</pre>
375
307
<p>
376
308
 
377
309
</p>
404
336
<div class="refsect2" lang="en">
405
337
<a name="GimpPathEditor-path-changed"></a><h3>The <code class="literal">"path-changed"</code> signal</h3>
406
338
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
407
 
                                                        <a
408
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
409
 
>gpointer</a>        user_data)      : Run First</pre>
 
339
                                                        gpointer        user_data)      : Run First</pre>
410
340
<p>
411
341
This signal is emitted whenever the user adds, deletes, modifies
412
342
or reorders an element of the search path.</p>
425
355
<div class="refsect2" lang="en">
426
356
<a name="GimpPathEditor-writable-changed"></a><h3>The <code class="literal">"writable-changed"</code> signal</h3>
427
357
<pre class="programlisting">void                user_function                      (<a class="link" href="GimpPathEditor.html" title="GimpPathEditor">GimpPathEditor</a> *arg0,
428
 
                                                        <a
429
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
430
 
>gpointer</a>        user_data)      : Run First</pre>
 
358
                                                        gpointer        user_data)      : Run First</pre>
431
359
<p>
432
360
This signal is emitted whenever the "writable" column of a directory
433
361
is changed, either by the user clicking on it or by calling
450
378
<a class="link" href="GimpFileEntry.html" title="GimpFileEntry"><span class="type">GimpFileEntry</span></a>
451
379
</p>
452
380
<p>
453
 
<a
454
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#G-SEARCHPATH-SEPARATOR:CAPS"
455
 
><span class="type">G_SEARCHPATH_SEPARATOR</span></a>
 
381
<span class="type">G_SEARCHPATH_SEPARATOR</span>
456
382
</p>
457
383
</div>
458
384
</div>