libgimp/tmpl/gimpcolordisplay.sgml removed

2002-10-20  Michael Natterer  <mitch@gimp.org>

	* libgimp/tmpl/gimpcolordisplay.sgml
	* libgimp/tmpl/gimpcolorselector.sgml: removed

	* libgimpwidgets/tmpl/gimpcolordisplay.sgml
	* libgimpwidgets/tmpl/gimpcolorselect.sgml
	* libgimpwidgets/tmpl/gimpcolorselector.sgml: added

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpmodule.sgml
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: updated.
This commit is contained in:
Michael Natterer
2002-10-20 13:10:20 +00:00
committed by Michael Natterer
parent 3f010e7640
commit fc451d3352
11 changed files with 307 additions and 199 deletions

View File

@ -1,4 +1,5 @@
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity GimpButton SYSTEM "sgml/gimpbutton.sgml">
<!entity GimpChainButton SYSTEM "sgml/gimpchainbutton.sgml">
<!entity GimpColorButton SYSTEM "sgml/gimpcolorbutton.sgml">
<!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml">
@ -11,6 +12,9 @@
<!entity GimpQueryBox SYSTEM "sgml/gimpquerybox.sgml">
<!entity GimpStock SYSTEM "sgml/gimpstock.sgml">
<!entity GimpWidgets SYSTEM "sgml/gimpwidgets.sgml">
<!entity GimpColorDisplay SYSTEM "sgml/gimpcolordisplay.sgml">
<!entity GimpColorSelector SYSTEM "sgml/gimpcolorselector.sgml">
<!entity GimpColorSelect SYSTEM "sgml/gimpcolorselect.sgml">
]>
<book id="index">
<bookinfo>
@ -19,6 +23,7 @@
<chapter id="libgimpwidgets">
<title>GIMP Widgets Library</title>
&GimpButton;
&GimpChainButton;
&GimpColorButton;
&GimpFileSelection;
@ -31,5 +36,9 @@
&GimpQueryBox;
&GimpWidgets;
&GimpStock;
&GimpColorDisplay;
&GimpColorSelector;
&GimpColorSelect;
</chapter>
</book>

View File

@ -383,3 +383,56 @@ gimp_double_adjustment_update
gimp_unit_menu_update
gimp_table_attach_aligned
</SECTION>
<SECTION>
<FILE>gimpcolorselector</FILE>
GIMP_COLOR_SELECTOR_SIZE
GIMP_COLOR_SELECTOR_BAR_SIZE
GimpColorSelectorChannel
<TITLE>GimpColorSelector</TITLE>
gimp_color_selector_new
gimp_color_selector_set_color
gimp_color_selector_set_channel
gimp_color_selector_color_changed
<SUBSECTION Standard>
GIMP_COLOR_SELECTOR
GIMP_IS_COLOR_SELECTOR
GIMP_TYPE_COLOR_SELECTOR
gimp_color_selector_get_type
GIMP_COLOR_SELECTOR_CLASS
GIMP_IS_COLOR_SELECTOR_CLASS
GIMP_COLOR_SELECTOR_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpcolorselect</FILE>
GimpColorSelectClass
<SUBSECTION Standard>
GIMP_COLOR_SELECT
GIMP_IS_COLOR_SELECT
GIMP_TYPE_COLOR_SELECT
gimp_color_select_get_type
GIMP_COLOR_SELECT_CLASS
GIMP_IS_COLOR_SELECT_CLASS
GIMP_COLOR_SELECT_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpcolordisplay</FILE>
<TITLE>GimpColorDisplay</TITLE>
gimp_color_display_new
gimp_color_display_clone
gimp_color_display_convert
gimp_color_display_load_state
gimp_color_display_save_state
gimp_color_display_configure
gimp_color_display_configure_cancel
<SUBSECTION Standard>
GIMP_COLOR_DISPLAY
GIMP_IS_COLOR_DISPLAY
GIMP_TYPE_COLOR_DISPLAY
gimp_color_display_get_type
GIMP_COLOR_DISPLAY_CLASS
GIMP_IS_COLOR_DISPLAY_CLASS
GIMP_COLOR_DISPLAY_GET_CLASS
</SECTION>

View File

@ -6,6 +6,9 @@
gimp_chain_button_get_type
gimp_color_button_get_type
gimp_color_display_get_type
gimp_color_selector_get_type
gimp_color_select_get_type
gimp_file_selection_get_type
gimp_path_editor_get_type
gimp_pixmap_get_type

View File

@ -0,0 +1,96 @@
<!-- ##### SECTION Title ##### -->
GimpColorDisplay
<!-- ##### SECTION Short_Description ##### -->
Functions and definitiions for creating a pluggable GIMP
display color correction module.
<!-- ##### SECTION Long_Description ##### -->
<para>
Functions and definitiions for creating a pluggable GIMP
display color correction module.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GModule
</para>
<para>
#GTypeModule
</para>
<para>
#libgimp-gimpmodule
</para>
<!-- ##### FUNCTION gimp_color_display_new ##### -->
<para>
</para>
@display_type:
@Returns:
<!-- ##### FUNCTION gimp_color_display_clone ##### -->
<para>
</para>
@display:
@Returns:
<!-- ##### FUNCTION gimp_color_display_convert ##### -->
<para>
</para>
@display:
@buf:
@width:
@height:
@bpp:
@bpl:
<!-- ##### FUNCTION gimp_color_display_load_state ##### -->
<para>
</para>
@display:
@state:
<!-- ##### FUNCTION gimp_color_display_save_state ##### -->
<para>
</para>
@display:
@Returns:
<!-- ##### FUNCTION gimp_color_display_configure ##### -->
<para>
</para>
@display:
@ok_func:
@ok_data:
@cancel_func:
@cancel_data:
<!-- ##### FUNCTION gimp_color_display_configure_cancel ##### -->
<para>
</para>
@display:

View File

@ -0,0 +1,24 @@
<!-- ##### SECTION Title ##### -->
gimpcolorselect
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpColorSelectClass ##### -->
<para>
</para>

View File

@ -0,0 +1,102 @@
<!-- ##### SECTION Title ##### -->
GimpColorSelector
<!-- ##### SECTION Short_Description ##### -->
Functions and definitiions for creating a pluggable GIMP
color selector module.
<!-- ##### SECTION Long_Description ##### -->
<para>
Functions and definitiions for creating a pluggable GIMP
color selector module.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GModule
</para>
<para>
#GTypeModule
</para>
<para>
#libgimp-gimpmodule
</para>
<!-- ##### MACRO GIMP_COLOR_SELECTOR_SIZE ##### -->
<para>
</para>
<!-- ##### MACRO GIMP_COLOR_SELECTOR_BAR_SIZE ##### -->
<para>
</para>
<!-- ##### ENUM GimpColorSelectorChannel ##### -->
<para>
</para>
@GIMP_COLOR_SELECTOR_HUE:
@GIMP_COLOR_SELECTOR_SATURATION:
@GIMP_COLOR_SELECTOR_VALUE:
@GIMP_COLOR_SELECTOR_RED:
@GIMP_COLOR_SELECTOR_GREEN:
@GIMP_COLOR_SELECTOR_BLUE:
@GIMP_COLOR_SELECTOR_ALPHA:
<!-- ##### FUNCTION gimp_color_selector_new ##### -->
<para>
</para>
@selector_type:
@rgb:
@hsv:
@Returns:
<!-- ##### FUNCTION gimp_color_selector_set_color ##### -->
<para>
</para>
@selector:
@rgb:
@hsv:
<!-- ##### FUNCTION gimp_color_selector_set_channel ##### -->
<para>
</para>
@selector:
@channel:
<!-- ##### FUNCTION gimp_color_selector_color_changed ##### -->
<para>
</para>
@selector:
@rgb:
@hsv:
<!-- ##### SIGNAL GimpColorSelector::color-changed ##### -->
<para>
</para>
@gimpcolorselector: the object which received the signal.
@arg1:
@arg2: