Imported Upstream version 2.8.2

This commit is contained in:
Ari Pollak
2012-09-09 22:04:14 -04:00
parent f03e90f6fe
commit 3e7e28c5ef
583 changed files with 74721 additions and 64156 deletions

View File

@ -98,7 +98,7 @@ A <span class="type">GtkComboBox</span> subclass for selecting an enum value.
<p>
Creates a <span class="type">GtkComboBox</span> readily filled with all enum values from a
given <em class="parameter"><code>enum_type</code></em>. The enum needs to be registered to the type
system. It should also have <a href="/local/head/share/gtk-doc/html/libgimpbase/libgimpbase-gimpbasetypes.html#GimpEnumDesc"><code class="literal">GimpEnumDesc</code></a> descriptions registered
system. It should also have <a href="../libgimpbase/libgimpbase-gimpbasetypes.html#GimpEnumDesc"><code class="literal">GimpEnumDesc</code></a> descriptions registered
that contain translatable value names. This is the case for the
enums used in the GIMP PDB functions.
</p>