libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt follow
2006-11-04 Sven Neumann <sven@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/libgimp.types: follow gimpdrawablecombobox -> gimpitemcombobox move. * libgimp/tmpl/gimpdrawablecombobox.sgml: removed. * libgimp/tmpl/gimpitemcombobox.sgml: and readded as this file. * libgimp/tmpl/gimpfileops.sgml: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
55259d7fb9
commit
f51ad1e185
@ -1,3 +1,16 @@
|
||||
2006-11-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-docs.sgml
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/libgimp.types: follow gimpdrawablecombobox ->
|
||||
gimpitemcombobox move.
|
||||
|
||||
* libgimp/tmpl/gimpdrawablecombobox.sgml: removed.
|
||||
|
||||
* libgimp/tmpl/gimpitemcombobox.sgml: and readded as this file.
|
||||
|
||||
* libgimp/tmpl/gimpfileops.sgml: regenerated.
|
||||
|
||||
2006-11-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
|
@ -110,7 +110,7 @@
|
||||
<xi:include href="xml/gimpdrawablepreview.xml" />
|
||||
<xi:include href="xml/gimpaspectpreview.xml" />
|
||||
<xi:include href="xml/gimpzoompreview.xml" />
|
||||
<xi:include href="xml/gimpdrawablecombobox.xml" />
|
||||
<xi:include href="xml/gimpitemcombobox.xml" />
|
||||
<xi:include href="xml/gimpimagecombobox.xml" />
|
||||
<xi:include href="xml/gimppixbuf.xml" />
|
||||
<xi:include href="xml/gimpprogressbar.xml" />
|
||||
|
@ -370,6 +370,7 @@ gimp_file_load
|
||||
gimp_file_load_layer
|
||||
gimp_file_load_layers
|
||||
gimp_file_save
|
||||
gimp_file_save_thumbnail
|
||||
gimp_register_magic_load_handler
|
||||
gimp_register_load_handler
|
||||
gimp_register_save_handler
|
||||
@ -982,8 +983,9 @@ GIMP_ZOOM_PREVIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdrawablecombobox</FILE>
|
||||
<TITLE>GimpDrawableComboBox</TITLE>
|
||||
<FILE>gimpitemcombobox</FILE>
|
||||
<TITLE>GimpItemComboBox</TITLE>
|
||||
GimpItemConstraintFunc
|
||||
GimpDrawableComboBox
|
||||
GimpDrawableConstraintFunc
|
||||
gimp_drawable_combo_box_new
|
||||
@ -991,6 +993,9 @@ GimpChannelComboBox
|
||||
gimp_channel_combo_box_new
|
||||
GimpLayerComboBox
|
||||
gimp_layer_combo_box_new
|
||||
GimpVectorsComboBox
|
||||
GimpVectorsConstraintFunc
|
||||
gimp_vectors_combo_box_new
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_LAYER_COMBO_BOX
|
||||
GIMP_TYPE_CHANNEL_COMBO_BOX
|
||||
@ -1004,6 +1009,10 @@ GIMP_IS_DRAWABLE_COMBO_BOX
|
||||
GIMP_TYPE_DRAWABLE_COMBO_BOX
|
||||
GIMP_IS_CHANNEL_COMBO_BOX
|
||||
gimp_channel_combo_box_get_type
|
||||
GIMP_IS_VECTORS_COMBO_BOX
|
||||
GIMP_TYPE_VECTORS_COMBO_BOX
|
||||
GIMP_VECTORS_COMBO_BOX
|
||||
gimp_vectors_combo_box_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -18,4 +18,5 @@ gimp_pattern_select_button_get_type
|
||||
gimp_proc_browser_dialog_get_type
|
||||
gimp_progress_bar_get_type
|
||||
gimp_select_button_get_type
|
||||
gimp_vectors_combo_box_get_type
|
||||
gimp_zoom_preview_get_type
|
||||
|
@ -74,6 +74,16 @@ File operations (load, save, etc.)
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_file_save_thumbnail ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@filename:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_register_magic_load_handler ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpdrawablecombobox
|
||||
GimpItemComboBox
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
A widget providing a popup menu of drawables.
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
A widget providing a popup menu of drawables.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
@ -17,22 +17,28 @@ A widget providing a popup menu of drawables.
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpItemConstraintFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_id:
|
||||
@item_id:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpDrawableComboBox ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpDrawableConstraintFunc ##### -->
|
||||
<!-- ##### TYPEDEF GimpDrawableConstraintFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_id:
|
||||
@drawable_id:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_combo_box_new ##### -->
|
||||
<para>
|
||||
@ -76,3 +82,25 @@ A widget providing a popup menu of drawables.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpVectorsComboBox ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GimpVectorsConstraintFunc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_vectors_combo_box_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@constraint:
|
||||
@data:
|
||||
@Returns:
|
||||
|
||||
|
Reference in New Issue
Block a user