~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-backports

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz
  • Date: 2009-01-09 16:24:23 UTC
  • mfrom: (38.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090109162423-rsr8ky4mzv8irpf8
Tags: 2.6.3-1ubuntu1~intrepid1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
<a name="GimpDrawableComboBox"></a><a name="GimpChannelComboBox"></a><a name="GimpLayerComboBox"></a><a name="GimpVectorsComboBox"></a><pre class="synopsis">
55
55
<a
56
56
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
57
 
>gboolean</a>            (<a class="link" href="libgimp-GimpItemComboBox.html#GimpItemConstraintFunc" title="GimpItemConstraintFunc ()">*GimpItemConstraintFunc</a>)           (<a
58
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
59
 
>gint32</a> image_id,
60
 
                                                         <a
61
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
62
 
>gint32</a> item_id,
 
57
>gboolean</a>            (<a class="link" href="libgimp-GimpItemComboBox.html#GimpItemConstraintFunc" title="GimpItemConstraintFunc ()">*GimpItemConstraintFunc</a>)           (gint32 image_id,
 
58
                                                         gint32 item_id,
63
59
                                                         <a
64
60
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
65
61
>gpointer</a> data);
257
253
<a name="GimpItemConstraintFunc"></a><h3>GimpItemConstraintFunc ()</h3>
258
254
<pre class="programlisting"><a
259
255
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
260
 
>gboolean</a>            (*GimpItemConstraintFunc)           (<a
261
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
262
 
>gint32</a> image_id,
263
 
                                                         <a
264
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint32"
265
 
>gint32</a> item_id,
 
256
>gboolean</a>            (*GimpItemConstraintFunc)           (gint32 image_id,
 
257
                                                         gint32 item_id,
266
258
                                                         <a
267
259
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
268
260
>gpointer</a> data);</pre>