mirror of https://github.com/GNOME/gimp.git
app/app-docs.sgml app/app-sections.txt added GimpColorDisplayEditor,
2003-11-23 Michael Natterer <mitch@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: added GimpColorDisplayEditor, updates. * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpcolordisplay.sgml: updated.
This commit is contained in:
parent
e7ebaa90da
commit
46f9a92467
|
@ -1,3 +1,12 @@
|
|||
2003-11-23 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt
|
||||
* app/app.types: added GimpColorDisplayEditor, updates.
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
* libgimpwidgets/tmpl/gimpcolordisplay.sgml: updated.
|
||||
|
||||
2003-11-22 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets-docs.sgml
|
||||
|
|
|
@ -660,6 +660,7 @@
|
|||
|
||||
<chapter id="app-widgets-misc-widgets">
|
||||
<title>Misc. Widgets</title>
|
||||
<xi:include href="xml/gimpcolordisplayeditor.xml"/>
|
||||
<xi:include href="xml/gimpcolorframe.xml"/>
|
||||
<xi:include href="xml/gimpcolorpanel.xml"/>
|
||||
<xi:include href="xml/gimpcontainerpopup.xml"/>
|
||||
|
|
|
@ -1581,13 +1581,7 @@ gimp_display_shell_filter_dialog_new
|
|||
<SECTION>
|
||||
<FILE>gimpdisplayshell-filter</FILE>
|
||||
<TITLE>GimpDisplayShell-filter</TITLE>
|
||||
gimp_display_shell_filter_attach
|
||||
gimp_display_shell_filter_attach_clone
|
||||
gimp_display_shell_filter_detach
|
||||
gimp_display_shell_filter_detach_destroy
|
||||
gimp_display_shell_filter_detach_all
|
||||
gimp_display_shell_filter_reorder_up
|
||||
gimp_display_shell_filter_reorder_down
|
||||
gimp_display_shell_filter_set
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -3471,6 +3465,22 @@ GIMP_IS_COLORMAP_EDITOR_CLASS
|
|||
GIMP_COLORMAP_EDITOR_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolordisplayeditor</FILE>
|
||||
<TITLE>GimpColorDisplayEditor</TITLE>
|
||||
GimpColorDisplayEditor
|
||||
gimp_color_display_editor_new
|
||||
<SUBSECTION Standard>
|
||||
GimpColorDisplayEditorClass
|
||||
GIMP_COLOR_DISPLAY_EDITOR
|
||||
GIMP_IS_COLOR_DISPLAY_EDITOR
|
||||
GIMP_TYPE_COLOR_DISPLAY_EDITOR
|
||||
gimp_color_display_editor_get_type
|
||||
GIMP_COLOR_DISPLAY_EDITOR_CLASS
|
||||
GIMP_IS_COLOR_DISPLAY_EDITOR_CLASS
|
||||
GIMP_COLOR_DISPLAY_EDITOR_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcolorframe</FILE>
|
||||
GIMP_COLOR_FRAME_ROWS
|
||||
|
@ -5941,7 +5951,6 @@ dialogs_show_toolbox
|
|||
dialogs_file_new_new
|
||||
dialogs_preferences_get
|
||||
dialogs_module_browser_get
|
||||
dialogs_display_filters_get
|
||||
dialogs_tips_get
|
||||
dialogs_about_get
|
||||
dialogs_toolbox_get
|
||||
|
|
|
@ -28,6 +28,7 @@ gimp_clone_get_type
|
|||
gimp_clone_options_get_type
|
||||
gimp_clone_tool_get_type
|
||||
gimp_color_balance_tool_get_type
|
||||
gimp_color_display_editor_get_type
|
||||
gimp_color_editor_get_type
|
||||
gimp_color_frame_get_type
|
||||
gimp_color_options_get_type
|
||||
|
|
|
@ -527,6 +527,8 @@ gimp_table_attach_aligned
|
|||
GimpColorDisplay
|
||||
gimp_color_display_new
|
||||
gimp_color_display_clone
|
||||
gimp_color_display_set_enabled
|
||||
gimp_color_display_get_enabled
|
||||
gimp_color_display_convert
|
||||
gimp_color_display_load_state
|
||||
gimp_color_display_save_state
|
||||
|
|
|
@ -45,6 +45,24 @@ display color correction modules.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_set_enabled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@enabled:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_get_enabled ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_convert ##### -->
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in New Issue