libgimp/gimpdrawablecombobox.c libgimp/gimpimagecombobox.c changed the
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.
This commit is contained in:

committed by
Sven Neumann

parent
0b8c4b3ec9
commit
36dc39becb
@ -189,6 +189,7 @@ gimp_int_combo_box_prepend
|
||||
gimp_int_combo_box_append
|
||||
gimp_int_combo_box_set_active
|
||||
gimp_int_combo_box_get_active
|
||||
gimp_int_combo_box_connect
|
||||
<SUBSECTION Standard>
|
||||
GimpIntComboBoxClass
|
||||
GIMP_INT_COMBO_BOX
|
||||
|
@ -90,3 +90,15 @@ GimpIntComboBox
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_combo_box_connect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@combo_box:
|
||||
@value:
|
||||
@callback:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user