~ubuntu-branches/ubuntu/karmic/gimp/karmic-updates

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpui.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-03-17 03:00:24 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317030024-gnp1dhd0hnt80f4h
Tags: 2.6.6-0ubuntu1
* New upstream release (LP: #344052)
* debian/patches/04_from_bugzilla_572403.patch:
  - Dropped, the fix is in the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="libgimpui.html" title="Part II. GIMP User Interface Library">
9
9
<link rel="prev" href="libgimpui-hierarchy.html" title="Object Hierarchy">
10
10
<link rel="next" href="libgimp-gimpexport.html" title="gimpexport">
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="libgimp.html" title="Part I. GIMP Library">
14
14
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
32
32
<th width="100%" align="center">GIMP Library Reference Manual</th>
33
33
<td><a accesskey="n" href="libgimp-gimpexport.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
34
34
</tr>
35
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#libgimp-gimpui.synopsis" class="shortcut">Top</a>
36
 
                   | 
37
 
                  <a href="#libgimp-gimpui.description" class="shortcut">Description</a></nobr></td></tr>
 
35
<tr><td colspan="5" class="shortcuts">
 
36
<a href="#libgimp-gimpui.synopsis" class="shortcut">Top</a>
 
37
                 | 
 
38
                <a href="#libgimp-gimpui.description" class="shortcut">Description</a>
 
39
</td></tr>
38
40
</table>
39
41
<div class="refentry" lang="en">
40
42
<a name="libgimp-gimpui"></a><div class="titlepage"></div>
50
52
<a name="libgimp-gimpui.synopsis"></a><h2>Synopsis</h2>
51
53
<pre class="synopsis">
52
54
void                <a class="link" href="libgimp-gimpui.html#gimp-ui-init" title="gimp_ui_init ()">gimp_ui_init</a>                        (const <a
53
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
55
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
54
56
>gchar</a> *prog_name,
55
57
                                                         <a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
58
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
57
59
>gboolean</a> preview);
58
60
<a
59
61
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
60
 
>GdkWindow</a>*          <a class="link" href="libgimp-gimpui.html#gimp-ui-get-display-window" title="gimp_ui_get_display_window ()">gimp_ui_get_display_window</a>          (guint32 gdisp_ID);
 
62
>GdkWindow</a> *         <a class="link" href="libgimp-gimpui.html#gimp-ui-get-display-window" title="gimp_ui_get_display_window ()">gimp_ui_get_display_window</a>          (<a
 
63
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"
 
64
>guint32</a> gdisp_ID);
61
65
<a
62
66
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
63
 
>GdkWindow</a>*          <a class="link" href="libgimp-gimpui.html#gimp-ui-get-progress-window" title="gimp_ui_get_progress_window ()">gimp_ui_get_progress_window</a>         (void);
 
67
>GdkWindow</a> *         <a class="link" href="libgimp-gimpui.html#gimp-ui-get-progress-window" title="gimp_ui_get_progress_window ()">gimp_ui_get_progress_window</a>         (void);
64
68
void                <a class="link" href="libgimp-gimpui.html#gimp-window-set-transient" title="gimp_window_set_transient ()">gimp_window_set_transient</a>           (<a
65
69
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
66
70
>GtkWindow</a> *window);
68
72
                                                        (<a
69
73
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
70
74
>GtkWindow</a> *window,
71
 
                                                         guint32 gdisp_ID);
 
75
                                                         <a
 
76
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"
 
77
>guint32</a> gdisp_ID);
72
78
</pre>
73
79
</div>
74
80
<div class="refsect1" lang="en">
76
82
<p>
77
83
Common user interface functions. This header includes all other GIMP User
78
84
Interface Library headers.
79
 
 
80
85
</p>
81
86
</div>
82
87
<div class="refsect1" lang="en">
84
89
<div class="refsect2" lang="en">
85
90
<a name="gimp-ui-init"></a><h3>gimp_ui_init ()</h3>
86
91
<pre class="programlisting">void                gimp_ui_init                        (const <a
87
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
92
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
88
93
>gchar</a> *prog_name,
89
94
                                                         <a
90
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
95
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
91
96
>gboolean</a> preview);</pre>
92
97
<p>
93
98
This function initializes GTK+ with <a
103
108
preferences. Any plug-in that provides a user interface should call
104
109
this function.</p>
105
110
<p>
106
 
 
107
111
</p>
108
112
<div class="variablelist"><table border="0">
109
113
<col align="left" valign="top">
131
135
<a name="gimp-ui-get-display-window"></a><h3>gimp_ui_get_display_window ()</h3>
132
136
<pre class="programlisting"><a
133
137
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
134
 
>GdkWindow</a>*          gimp_ui_get_display_window          (guint32 gdisp_ID);</pre>
 
138
>GdkWindow</a> *         gimp_ui_get_display_window          (<a
 
139
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"
 
140
>guint32</a> gdisp_ID);</pre>
135
141
<p>
136
142
Returns the <a
137
143
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
145
151
You shouldn't have to call this function directly. Use
146
152
<a class="link" href="libgimp-gimpui.html#gimp-window-set-transient-for-display" title="gimp_window_set_transient_for_display ()"><code class="function">gimp_window_set_transient_for_display()</code></a> instead.</p>
147
153
<p>
148
 
 
149
154
</p>
150
155
<div class="variablelist"><table border="0">
151
156
<col align="left" valign="top">
160
165
<td> A reference to a <a
161
166
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
162
167
><span class="type">GdkWindow</span></a> or <a
163
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
168
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
164
169
><code class="literal">NULL</code></a>. You should
165
170
              unref the window using <a
166
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"
 
171
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"
167
172
><code class="function">g_object_unref()</code></a> as soon as
168
173
              you don't need it any longer.
169
174
 
171
176
</tr>
172
177
</tbody>
173
178
</table></div>
174
 
<p class="since">Since  GIMP 2.4
175
 
</p>
 
179
<p class="since">Since GIMP 2.4</p>
176
180
</div>
177
181
<hr>
178
182
<div class="refsect2" lang="en">
179
183
<a name="gimp-ui-get-progress-window"></a><h3>gimp_ui_get_progress_window ()</h3>
180
184
<pre class="programlisting"><a
181
185
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
182
 
>GdkWindow</a>*          gimp_ui_get_progress_window         (void);</pre>
 
186
>GdkWindow</a> *         gimp_ui_get_progress_window         (void);</pre>
183
187
<p>
184
188
Returns the <a
185
189
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
193
197
You shouldn't have to call this function directly. Use
194
198
<a class="link" href="libgimp-gimpui.html#gimp-window-set-transient" title="gimp_window_set_transient ()"><code class="function">gimp_window_set_transient()</code></a> instead.</p>
195
199
<p>
196
 
 
197
200
</p>
198
201
<div class="variablelist"><table border="0">
199
202
<col align="left" valign="top">
202
205
<td> A reference to a <a
203
206
href="/usr/share/gtk-doc/html/gdk/gdk-Windows.html#GdkWindow"
204
207
><span class="type">GdkWindow</span></a> or <a
205
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
 
208
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
206
209
><code class="literal">NULL</code></a>. You should
207
210
              unref the window using <a
208
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"
 
211
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"
209
212
><code class="function">g_object_unref()</code></a> as soon as
210
213
              you don't need it any longer.
211
214
 
212
215
</td>
213
216
</tr></tbody>
214
217
</table></div>
215
 
<p class="since">Since  GIMP 2.4
216
 
</p>
 
218
<p class="since">Since GIMP 2.4</p>
217
219
</div>
218
220
<hr>
219
221
<div class="refsect2" lang="en">
226
228
associated with the GIMP window that the plug-in has been
227
229
started from. See also <a class="link" href="libgimp-gimpui.html#gimp-window-set-transient-for-display" title="gimp_window_set_transient_for_display ()"><code class="function">gimp_window_set_transient_for_display()</code></a>.</p>
228
230
<p>
229
 
 
230
231
</p>
231
232
<div class="variablelist"><table border="0">
232
233
<col align="left" valign="top">
238
239
</td>
239
240
</tr></tbody>
240
241
</table></div>
241
 
<p class="since">Since  GIMP 2.4
242
 
</p>
 
242
<p class="since">Since GIMP 2.4</p>
243
243
</div>
244
244
<hr>
245
245
<div class="refsect2" lang="en">
248
248
                                                        (<a
249
249
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
250
250
>GtkWindow</a> *window,
251
 
                                                         guint32 gdisp_ID);</pre>
 
251
                                                         <a
 
252
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"
 
253
>guint32</a> gdisp_ID);</pre>
252
254
<p>
253
255
Indicates to the window manager that <em class="parameter"><code>window</code></em> is a transient dialog
254
256
associated with the GIMP image window that is identified by it's
260
262
Most of the time you will want to use the convenience function
261
263
<a class="link" href="libgimp-gimpui.html#gimp-window-set-transient" title="gimp_window_set_transient ()"><code class="function">gimp_window_set_transient()</code></a>.</p>
262
264
<p>
263
 
 
264
265
</p>
265
266
<div class="variablelist"><table border="0">
266
267
<col align="left" valign="top">
279
280
</tr>
280
281
</tbody>
281
282
</table></div>
282
 
<p class="since">Since  GIMP 2.4
283
 
</p>
 
283
<p class="since">Since GIMP 2.4</p>
284
284
</div>
285
285
</div>
286
286
<div class="refsect1" lang="en">
313
313
</div>
314
314
<div class="footer">
315
315
<hr>
316
 
          Generated by GTK-Doc V1.10</div>
 
316
          Generated by GTK-Doc V1.11</div>
317
317
</body>
318
318
</html>