~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-08-29 12:48:19 UTC
  • mfrom: (1.1.29) (0.4.20 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130829124819-r4mliaiddrgv5x4g
Tags: 2.8.6-1ubuntu1
* Synchronize with Debian (LP: #1207734). Remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + Update some strings for Ubuntu
  - debian/control:
    + Update description
  - debian/rules:
    + Set gettext domain and update translation templates

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>gimpui</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
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">
73
73
preferences. Any plug-in that provides a user interface should call
74
74
this function.
75
75
</p>
76
 
<div class="variablelist"><table border="0">
 
76
<div class="variablelist"><table border="0" class="variablelist">
 
77
<colgroup>
77
78
<col align="left" valign="top">
 
79
<col>
 
80
</colgroup>
78
81
<tbody>
79
82
<tr>
80
83
<td><p><span class="term"><em class="parameter"><code>prog_name</code></em> :</span></p></td>
103
106
You shouldn't have to call this function directly. Use
104
107
<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.
105
108
</p>
106
 
<div class="variablelist"><table border="0">
 
109
<div class="variablelist"><table border="0" class="variablelist">
 
110
<colgroup>
107
111
<col align="left" valign="top">
 
112
<col>
 
113
</colgroup>
108
114
<tbody>
109
115
<tr>
110
116
<td><p><span class="term"><em class="parameter"><code>gdisp_ID</code></em> :</span></p></td>
111
 
<td>a <a href="/local/head/share/gtk-doc/html/app/GimpDisplay.html"><span class="type">GimpDisplay</span></a> ID.</td>
 
117
<td>a <span class="type">GimpDisplay</span> ID.</td>
112
118
</tr>
113
119
<tr>
114
120
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
133
139
You shouldn't have to call this function directly. Use
134
140
<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.
135
141
</p>
136
 
<div class="variablelist"><table border="0">
 
142
<div class="variablelist"><table border="0" class="variablelist">
 
143
<colgroup>
137
144
<col align="left" valign="top">
 
145
<col>
 
146
</colgroup>
138
147
<tbody><tr>
139
148
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
140
149
<td>A reference to a <span class="type">GdkWindow</span> or <code class="literal">NULL</code>. You should
153
162
associated with the GIMP window that the plug-in has been
154
163
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>.
155
164
</p>
156
 
<div class="variablelist"><table border="0">
 
165
<div class="variablelist"><table border="0" class="variablelist">
 
166
<colgroup>
157
167
<col align="left" valign="top">
 
168
<col>
 
169
</colgroup>
158
170
<tbody><tr>
159
171
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
160
172
<td>the <span class="type">GtkWindow</span> that should become transient</td>
177
189
Most of the time you will want to use the convenience function
178
190
<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>.
179
191
</p>
180
 
<div class="variablelist"><table border="0">
 
192
<div class="variablelist"><table border="0" class="variablelist">
 
193
<colgroup>
181
194
<col align="left" valign="top">
 
195
<col>
 
196
</colgroup>
182
197
<tbody>
183
198
<tr>
184
199
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>