2004-04-21 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablecombobox.c * libgimp/gimpimagecombobox.c * libgimp/gimpmenu.c: changed the label for the empty menu from "None" to "Empty" since that's what GTK+ uses. * libgimpwidgets/gimpintcombobox.[ch]: added convenience function gimp_int_combo_box_connect(). * plug-ins/common/bumpmap.c * plug-ins/common/compose.c * plug-ins/common/depthmerge.c * plug-ins/common/displace.c * plug-ins/common/lic.c * plug-ins/common/warp.c: ported to GimpDrawableComboBox. * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/common/sample_colorize.c: use gimp_int_combo_box_connect(). This restores the correct behaviour of setting the drawable_ID to the first drawable from the list if it's invalid.
105 lines
1.2 KiB
Plaintext
105 lines
1.2 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GimpIntComboBox
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GimpIntComboBox ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@first_label:
|
|
@first_value:
|
|
@Varargs:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_new_valist ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@first_label:
|
|
@first_value:
|
|
@values:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_new_array ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@n_values:
|
|
@labels:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_prepend ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@combo_box:
|
|
@Varargs:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_append ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@combo_box:
|
|
@Varargs:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_set_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@combo_box:
|
|
@value:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_get_active ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@combo_box:
|
|
@value:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gimp_int_combo_box_connect ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@combo_box:
|
|
@value:
|
|
@callback:
|
|
@data:
|
|
@Returns:
|
|
|
|
|