mirror of https://github.com/GNOME/gimp.git
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:
parent
e2c32bb452
commit
a6bfd358fb
|
@ -1,3 +1,21 @@
|
|||
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.
|
||||
|
||||
2007-08-12 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/tmpl/gimpbaseenums.sgml: regenerated.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
@ -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:
|
||||
|
||||
|
|
@ -304,6 +304,28 @@ create_color_hex_entry (void)
|
|||
return new_widget_info ("gimp-color-hex-entry", vbox, SMALL);
|
||||
}
|
||||
|
||||
static WidgetInfo *
|
||||
create_color_profile_combo_box (void)
|
||||
{
|
||||
GtkWidget *vbox;
|
||||
GtkWidget *combo;
|
||||
GtkWidget *align;
|
||||
|
||||
vbox = gtk_vbox_new (FALSE, 6);
|
||||
align = gtk_alignment_new (0.5, 0.5, 0.5, 0.0);
|
||||
combo = gimp_color_profile_combo_box_new (gtk_dialog_new (), NULL);
|
||||
gimp_color_profile_combo_box_add (GIMP_COLOR_PROFILE_COMBO_BOX (combo),
|
||||
NULL, "sRGB");
|
||||
gtk_combo_box_set_active (GTK_COMBO_BOX (combo), 0);
|
||||
gtk_container_add (GTK_CONTAINER (align), combo);
|
||||
gtk_box_pack_start_defaults (GTK_BOX (vbox), align);
|
||||
gtk_box_pack_start (GTK_BOX (vbox),
|
||||
gtk_label_new ("Color Profile Combo Box"),
|
||||
FALSE, FALSE, 0);
|
||||
|
||||
return new_widget_info ("gimp-color-profile-combo-box", vbox, SMALL);
|
||||
}
|
||||
|
||||
static WidgetInfo *
|
||||
create_color_scale (void)
|
||||
{
|
||||
|
@ -703,6 +725,7 @@ get_all_widgets (void)
|
|||
retval = g_list_append (retval, create_color_area ());
|
||||
retval = g_list_append (retval, create_color_button ());
|
||||
retval = g_list_append (retval, create_color_hex_entry ());
|
||||
retval = g_list_append (retval, create_color_profile_combo_box ());
|
||||
retval = g_list_append (retval, create_color_scale ());
|
||||
retval = g_list_append (retval, create_color_selection ());
|
||||
retval = g_list_append (retval, create_dialog ());
|
||||
|
|
Loading…
Reference in New Issue