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:

committed by
Michael Natterer

parent
3f010e7640
commit
fc451d3352
@ -1,5 +1,18 @@
|
|||||||
2002-10-20 Michael Natterer <mitch@gimp.org>
|
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.
|
||||||
|
|
||||||
2002-10-13 Sven Neumann <sven@gimp.org>
|
2002-10-13 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
@ -28,9 +28,7 @@
|
|||||||
<!entity GimpTools SYSTEM "sgml/gimptools.sgml">
|
<!entity GimpTools SYSTEM "sgml/gimptools.sgml">
|
||||||
<!entity GimpUndo SYSTEM "sgml/gimpundo.sgml">
|
<!entity GimpUndo SYSTEM "sgml/gimpundo.sgml">
|
||||||
<!entity GimpEnums SYSTEM "sgml/gimpenums.sgml">
|
<!entity GimpEnums SYSTEM "sgml/gimpenums.sgml">
|
||||||
<!entity GimpColorselector SYSTEM "sgml/gimpcolorselector.sgml">
|
|
||||||
<!entity GimpModule SYSTEM "sgml/gimpmodule.sgml">
|
<!entity GimpModule SYSTEM "sgml/gimpmodule.sgml">
|
||||||
<!entity GimpColordisplay SYSTEM "sgml/gimpcolordisplay.sgml">
|
|
||||||
<!entity GimpExport SYSTEM "sgml/gimpexport.sgml">
|
<!entity GimpExport SYSTEM "sgml/gimpexport.sgml">
|
||||||
<!entity GimpMenu SYSTEM "sgml/gimpmenu.sgml">
|
<!entity GimpMenu SYSTEM "sgml/gimpmenu.sgml">
|
||||||
<!entity GimpUI SYSTEM "sgml/gimpui.sgml">
|
<!entity GimpUI SYSTEM "sgml/gimpui.sgml">
|
||||||
@ -87,7 +85,5 @@
|
|||||||
<chapter id="gimpmodule">
|
<chapter id="gimpmodule">
|
||||||
<title>GIMP Module Header Files</title>
|
<title>GIMP Module Header Files</title>
|
||||||
&GimpModule;
|
&GimpModule;
|
||||||
&GimpColordisplay;
|
|
||||||
&GimpColorselector;
|
|
||||||
</chapter>
|
</chapter>
|
||||||
</book>
|
</book>
|
||||||
|
@ -87,47 +87,11 @@ gimp_gradients_set_active
|
|||||||
gimp_ui_init
|
gimp_ui_init
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gimpcolorselector</FILE>
|
|
||||||
GimpColorSelectorCallback
|
|
||||||
GimpColorSelectorNewFunc
|
|
||||||
GimpColorSelectorFreeFunc
|
|
||||||
GimpColorSelectorSetColorFunc
|
|
||||||
GimpColorSelectorSetChannelFunc
|
|
||||||
GimpColorSelectorMethods
|
|
||||||
GimpColorSelectorID
|
|
||||||
GimpColorSelectorChannelType
|
|
||||||
GimpColorSelectorFinishedCB
|
|
||||||
GIMP_COLOR_SELECTOR_SIZE
|
|
||||||
GIMP_COLOR_SELECTOR_BAR_SIZE
|
|
||||||
gimp_color_selector_register
|
|
||||||
gimp_color_selector_unregister
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpmodule</FILE>
|
<FILE>gimpmodule</FILE>
|
||||||
GimpModuleStatus
|
|
||||||
GimpModuleInfo
|
GimpModuleInfo
|
||||||
GimpModuleInitFunc
|
GimpModuleQueryFunc
|
||||||
GimpModuleCompletedCB
|
GimpModuleRegisterFunc
|
||||||
GimpModuleUnloadFunc
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gimpcolordisplay</FILE>
|
|
||||||
GimpColorDisplayInit
|
|
||||||
GimpColorDisplayNew
|
|
||||||
GimpColorDisplayClone
|
|
||||||
GimpColorDisplayConvert
|
|
||||||
GimpColorDisplayDestroy
|
|
||||||
GimpColorDisplayFinalize
|
|
||||||
GimpColorDisplayLoadState
|
|
||||||
GimpColorDisplaySaveState
|
|
||||||
GimpColorDisplayConfigure
|
|
||||||
GimpColorDisplayConfigureCancel
|
|
||||||
GimpColorDisplayMethods
|
|
||||||
gimp_color_display_register
|
|
||||||
gimp_color_display_unregister
|
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -1,148 +0,0 @@
|
|||||||
<!-- ##### 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>
|
|
||||||
#libgimp-gimpmodule
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayInit ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayNew ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@type:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayClone ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayConvert ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
@buf:
|
|
||||||
@width:
|
|
||||||
@height:
|
|
||||||
@bpp:
|
|
||||||
@bpl:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayDestroy ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayFinalize ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayLoadState ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
@state:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplaySaveState ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayConfigure ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
@ok_func:
|
|
||||||
@ok_data:
|
|
||||||
@cancel_func:
|
|
||||||
@cancel_data:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GimpColorDisplayConfigureCancel ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@cd_ID:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GimpColorDisplayMethods ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@init:
|
|
||||||
@new:
|
|
||||||
@clone:
|
|
||||||
@convert:
|
|
||||||
@destroy:
|
|
||||||
@finalize:
|
|
||||||
@load:
|
|
||||||
@save:
|
|
||||||
@configure:
|
|
||||||
@cancel:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_color_display_register ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@name:
|
|
||||||
@methods:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_color_display_unregister ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@name:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
@ -26,3 +26,21 @@ Common definitions for creating a pluggable GIMP module.
|
|||||||
@copyright:
|
@copyright:
|
||||||
@date:
|
@date:
|
||||||
|
|
||||||
|
<!-- ##### USER_FUNCTION GimpModuleQueryFunc ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@module:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### USER_FUNCTION GimpModuleRegisterFunc ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@module:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
||||||
|
<!entity GimpButton SYSTEM "sgml/gimpbutton.sgml">
|
||||||
<!entity GimpChainButton SYSTEM "sgml/gimpchainbutton.sgml">
|
<!entity GimpChainButton SYSTEM "sgml/gimpchainbutton.sgml">
|
||||||
<!entity GimpColorButton SYSTEM "sgml/gimpcolorbutton.sgml">
|
<!entity GimpColorButton SYSTEM "sgml/gimpcolorbutton.sgml">
|
||||||
<!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml">
|
<!entity GimpFileSelection SYSTEM "sgml/gimpfileselection.sgml">
|
||||||
@ -11,6 +12,9 @@
|
|||||||
<!entity GimpQueryBox SYSTEM "sgml/gimpquerybox.sgml">
|
<!entity GimpQueryBox SYSTEM "sgml/gimpquerybox.sgml">
|
||||||
<!entity GimpStock SYSTEM "sgml/gimpstock.sgml">
|
<!entity GimpStock SYSTEM "sgml/gimpstock.sgml">
|
||||||
<!entity GimpWidgets SYSTEM "sgml/gimpwidgets.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">
|
<book id="index">
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
@ -19,6 +23,7 @@
|
|||||||
|
|
||||||
<chapter id="libgimpwidgets">
|
<chapter id="libgimpwidgets">
|
||||||
<title>GIMP Widgets Library</title>
|
<title>GIMP Widgets Library</title>
|
||||||
|
&GimpButton;
|
||||||
&GimpChainButton;
|
&GimpChainButton;
|
||||||
&GimpColorButton;
|
&GimpColorButton;
|
||||||
&GimpFileSelection;
|
&GimpFileSelection;
|
||||||
@ -31,5 +36,9 @@
|
|||||||
&GimpQueryBox;
|
&GimpQueryBox;
|
||||||
&GimpWidgets;
|
&GimpWidgets;
|
||||||
&GimpStock;
|
&GimpStock;
|
||||||
|
|
||||||
|
&GimpColorDisplay;
|
||||||
|
&GimpColorSelector;
|
||||||
|
&GimpColorSelect;
|
||||||
</chapter>
|
</chapter>
|
||||||
</book>
|
</book>
|
||||||
|
@ -383,3 +383,56 @@ gimp_double_adjustment_update
|
|||||||
gimp_unit_menu_update
|
gimp_unit_menu_update
|
||||||
gimp_table_attach_aligned
|
gimp_table_attach_aligned
|
||||||
</SECTION>
|
</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>
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
gimp_chain_button_get_type
|
gimp_chain_button_get_type
|
||||||
gimp_color_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_file_selection_get_type
|
||||||
gimp_path_editor_get_type
|
gimp_path_editor_get_type
|
||||||
gimp_pixmap_get_type
|
gimp_pixmap_get_type
|
||||||
|
96
devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml
Normal file
96
devel-docs/libgimpwidgets/tmpl/gimpcolordisplay.sgml
Normal 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:
|
||||||
|
|
||||||
|
|
@ -1,22 +1,24 @@
|
|||||||
<!-- ##### SECTION Title ##### -->
|
<!-- ##### SECTION Title ##### -->
|
||||||
gimpcolorselector
|
gimpcolorselect
|
||||||
|
|
||||||
<!-- ##### SECTION Short_Description ##### -->
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
Functions and definitiions for creating a pluggable GIMP
|
|
||||||
color selector module.
|
|
||||||
|
|
||||||
<!-- ##### SECTION Long_Description ##### -->
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
<para>
|
<para>
|
||||||
Functions and definitiions for creating a pluggable GIMP
|
|
||||||
color selector module.
|
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION See_Also ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
#GModule
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
#libgimp-gimpmodule
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GimpColorSelectClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
102
devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml
Normal file
102
devel-docs/libgimpwidgets/tmpl/gimpcolorselector.sgml
Normal 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:
|
||||||
|
|
Reference in New Issue
Block a user