added GimpColorProfileComboBox to doc-shooter.
2007-08-14 Sven Neumann <sven@gimp.org> * tools/widgets.c: added GimpColorProfileComboBox to doc-shooter. * libgimpwidgets/images/gimp-color-profile-combo-box.png: added screenshot. * libgimpwidgets/Makefile.am: ignore libgimpwidgets/gimpcolorprofilestore-private.h. * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/libgimpwidgets.types: added docs for GimpColorProfileStore and GimpColorProfileComboBox. * libgimpwidgets/tmpl/gimpcolorprofilestore.sgml * libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml: new files. svn path=/trunk/; revision=23257
This commit is contained in:

committed by
Sven Neumann

parent
e2c32bb452
commit
a6bfd358fb
@ -27,6 +27,7 @@ CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
|
||||
|
||||
# Header files to ignore when scanning
|
||||
IGNORE_HFILES = \
|
||||
gimpcolorprofilestore-private.h \
|
||||
gimpwidgets-private.h
|
||||
|
||||
# Images to copy into HTML directory
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -31,6 +31,8 @@
|
||||
<xi:include href="xml/gimpcolorhexentry.xml" />
|
||||
<xi:include href="xml/gimpcolorscale.xml" />
|
||||
<xi:include href="xml/gimpcolorselection.xml" />
|
||||
<xi:include href="xml/gimpcolorprofilestore.xml" />
|
||||
<xi:include href="xml/gimpcolorprofilecombobox.xml" />
|
||||
<xi:include href="xml/gimpdialog.xml" />
|
||||
<xi:include href="xml/gimpenumstore.xml" />
|
||||
<xi:include href="xml/gimpenumcombobox.xml" />
|
||||
|
@ -195,6 +195,42 @@ GIMP_IS_COLOR_SELECTION_CLASS
|
||||
GIMP_COLOR_SELECTION_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorprofilestore</FILE>
|
||||
<TITLE>GimpColorProfileStore</TITLE>
|
||||
GimpColorProfileStore
|
||||
gimp_color_profile_store_new
|
||||
gimp_color_profile_store_add
|
||||
<SUBSECTION Standard>
|
||||
GimpColorProfileStoreClass
|
||||
GIMP_COLOR_PROFILE_STORE
|
||||
GIMP_IS_COLOR_PROFILE_STORE
|
||||
GIMP_TYPE_COLOR_PROFILE_STORE
|
||||
gimp_color_profile_store_get_type
|
||||
GIMP_COLOR_PROFILE_STORE_CLASS
|
||||
GIMP_IS_COLOR_PROFILE_STORE_CLASS
|
||||
GIMP_COLOR_PROFILE_STORE_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorprofilecombobox</FILE>
|
||||
<TITLE>GimpColorProfileComboBox</TITLE>
|
||||
GimpColorProfileComboBox
|
||||
gimp_color_profile_combo_box_new
|
||||
gimp_color_profile_combo_box_new_with_model
|
||||
gimp_color_profile_combo_box_add
|
||||
gimp_color_profile_combo_box_set_active
|
||||
gimp_color_profile_combo_box_get_active
|
||||
<SUBSECTION Standard>
|
||||
GimpColorProfileComboBoxClass
|
||||
GIMP_COLOR_PROFILE_COMBO_BOX
|
||||
GIMP_IS_COLOR_PROFILE_COMBO_BOX
|
||||
GIMP_TYPE_COLOR_PROFILE_COMBO_BOX
|
||||
gimp_color_profile_combo_box_get_type
|
||||
GIMP_COLOR_PROFILE_COMBO_BOX_CLASS
|
||||
GIMP_IS_COLOR_PROFILE_COMBO_BOX_CLASS
|
||||
GIMP_COLOR_PROFILE_COMBO_BOX_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpenumstore</FILE>
|
||||
|
@ -13,6 +13,8 @@ gimp_color_display_get_type
|
||||
gimp_color_display_stack_get_type
|
||||
gimp_color_hex_entry_get_type
|
||||
gimp_color_notebook_get_type
|
||||
gimp_color_profile_store_get_type
|
||||
gimp_color_profile_combo_box_get_type
|
||||
gimp_color_scale_get_type
|
||||
gimp_color_scales_get_type
|
||||
gimp_color_selector_get_type
|
||||
|
84
devel-docs/libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml
Normal file
84
devel-docs/libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml
Normal file
@ -0,0 +1,84 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpColorProfileComboBox
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpColorProfileComboBox ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GimpColorProfileComboBox:dialog ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpColorProfileComboBox:model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_combo_box_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@history:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_combo_box_new_with_model ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@dialog:
|
||||
@model:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_combo_box_add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@combo:
|
||||
@uri:
|
||||
@label:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_combo_box_set_active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@combo:
|
||||
@uri:
|
||||
@label:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_combo_box_get_active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@combo:
|
||||
@Returns:
|
||||
|
||||
|
49
devel-docs/libgimpwidgets/tmpl/gimpcolorprofilestore.sgml
Normal file
49
devel-docs/libgimpwidgets/tmpl/gimpcolorprofilestore.sgml
Normal file
@ -0,0 +1,49 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpColorProfileStore
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpColorProfileStore ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GimpColorProfileStore:history ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_store_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@history:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_profile_store_add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@store:
|
||||
@uri:
|
||||
@label:
|
||||
|
||||
|
Reference in New Issue
Block a user