added more sanity checks.
2004-04-20 Sven Neumann <sven@gimp.org> * app/widgets/gimpenumcombobox.c: added more sanity checks. * libgimpwidgets/gimpintcombobox.[ch]: added another GimpIntComboBox constructor: gimp_int_combo_box_new_array(). * plug-ins/Lighting/lighting_ui.c * plug-ins/MapObject/mapobject_ui.c * plug-ins/common/CML_explorer.c: ported to GimpIntComboBox.
This commit is contained in:
committed by
Sven Neumann
parent
9f3c7944aa
commit
8339ba7f81
@ -166,6 +166,7 @@ GIMP_PIXMAP_GET_CLASS
|
||||
GimpIntComboBox
|
||||
gimp_int_combo_box_new
|
||||
gimp_int_combo_box_new_valist
|
||||
gimp_int_combo_box_new_array
|
||||
gimp_int_combo_box_set_active
|
||||
gimp_int_combo_box_get_active
|
||||
<SUBSECTION Standard>
|
||||
|
||||
@ -9,19 +9,16 @@ GimpIntComboBox
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpIntComboBox ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_combo_box_new ##### -->
|
||||
<para>
|
||||
@ -45,6 +42,16 @@ GimpIntComboBox
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_combo_box_new_array ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@n_values:
|
||||
@labels:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_int_combo_box_set_active ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user