libgimp/gimpfontselectbutton.[ch] libgimp/gimpgradientselectbutton.[ch]
2006-06-28 Sven Neumann <sven@gimp.org> * libgimp/gimpfontselectbutton.[ch] * libgimp/gimpgradientselectbutton.[ch] * libgimp/gimppaletteselectbutton.[ch] * libgimp/gimppatternselectbutton.[ch]: for consistency with GimpBrushSelectButton dropped the _name suffix from the getter and setter API. * libgimp/gimpfontmenu.c * libgimp/gimpgradientmenu.c * libgimp/gimppalettemenu.c * libgimp/gimppatternmenu.c * plug-ins/gfig/gfig-style.c * plug-ins/script-fu/script-fu-interface.c: changed accordingly. * libgimp/gimpbrushmenu.c * libgimp/gimpbrushselectbutton.[ch] * libgimp/gimpselectbutton.c: cleanup for consistency. 2006-06-28 Sven Neumann <sven@gimp.org> * libgimp/tmpl/gimpbrushselectbutton.sgml * libgimp/tmpl/gimpgradientselectbutton.sgml * libgimp/tmpl/gimppaletteselectbutton.sgml * libgimp/tmpl/gimppatternselectbutton.sgml * libgimp/tmpl/gimpselectbutton.sgml: new files. * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/libgimp.types: added docs for GimpSelectButton widgets. * libgimp/tmpl/gimpfontselectbutton.sgml: regenerated. * libgimpcolor/libgimpcolor-sections.txt: added docs for GValue API. * libgimpcolor/tmpl/gimprgb.sgml: regenerated. * libgimpwidgets/libgimpwidgets-sections.txt: updated. * libgimpwidgets/tmpl/gimppropwidgets.sgml * libgimpwidgets/tmpl/gimpstock.sgml: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
7405ca666b
commit
a9bd28e458
@ -1,3 +1,26 @@
|
||||
2006-06-28 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/tmpl/gimpbrushselectbutton.sgml
|
||||
* libgimp/tmpl/gimpgradientselectbutton.sgml
|
||||
* libgimp/tmpl/gimppaletteselectbutton.sgml
|
||||
* libgimp/tmpl/gimppatternselectbutton.sgml
|
||||
* libgimp/tmpl/gimpselectbutton.sgml: new files.
|
||||
|
||||
* libgimp/libgimp-docs.sgml
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/libgimp.types: added docs for GimpSelectButton widgets.
|
||||
|
||||
* libgimp/tmpl/gimpfontselectbutton.sgml: regenerated.
|
||||
|
||||
* libgimpcolor/libgimpcolor-sections.txt: added docs for GValue API.
|
||||
|
||||
* libgimpcolor/tmpl/gimprgb.sgml: regenerated.
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt: updated.
|
||||
|
||||
* libgimpwidgets/tmpl/gimppropwidgets.sgml
|
||||
* libgimpwidgets/tmpl/gimpstock.sgml: regenerated.
|
||||
|
||||
2006-06-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/libgimpbase-docs.sgml
|
||||
|
@ -82,8 +82,14 @@
|
||||
|
||||
<chapter id="libgimp-selectors">
|
||||
<title>Controlling the Core's Selection Dialogs</title>
|
||||
<xi:include href="xml/gimpbrushselect.xml" />
|
||||
<xi:include href="xml/gimpselectbutton.xml" />
|
||||
<xi:include href="xml/gimpbrushselectbutton.xml" />
|
||||
<xi:include href="xml/gimpfontselectbutton.xml" />
|
||||
<xi:include href="xml/gimpgradientselectbutton.xml" />
|
||||
<xi:include href="xml/gimppaletteselectbutton.xml" />
|
||||
<xi:include href="xml/gimppatternselectbutton.xml" />
|
||||
|
||||
<xi:include href="xml/gimpbrushselect.xml" />
|
||||
<xi:include href="xml/gimpfontselect.xml" />
|
||||
<xi:include href="xml/gimpgradientselect.xml" />
|
||||
<xi:include href="xml/gimppaletteselect.xml" />
|
||||
|
@ -1039,14 +1039,49 @@ GIMP_IS_PROGRESS_BAR_CLASS
|
||||
GIMP_PROGRESS_BAR_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpbrushselectbutton</FILE>
|
||||
<TITLE>GimpBrushSelectButton</TITLE>
|
||||
GimpBrushSelectButton
|
||||
gimp_brush_select_button_new
|
||||
gimp_brush_select_button_get_brush
|
||||
gimp_brush_select_button_set_brush
|
||||
<SUBSECTION Standard>
|
||||
GimpBrushSelectButtonClass
|
||||
GIMP_BRUSH_SELECT_BUTTON
|
||||
GIMP_IS_BRUSH_SELECT_BUTTON
|
||||
GIMP_TYPE_BRUSH_SELECT_BUTTON
|
||||
gimp_brush_select_button_get_type
|
||||
GIMP_BRUSH_SELECT_BUTTON_CLASS
|
||||
GIMP_IS_BRUSH_SELECT_BUTTON_CLASS
|
||||
GIMP_BRUSH_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpgradientselectbutton</FILE>
|
||||
<TITLE>GimpGradientSelectButton</TITLE>
|
||||
GimpGradientSelectButton
|
||||
gimp_gradient_select_button_new
|
||||
gimp_gradient_select_button_get_gradient
|
||||
gimp_gradient_select_button_set_gradient
|
||||
<SUBSECTION Standard>
|
||||
GimpGradientSelectButtonClass
|
||||
GIMP_GRADIENT_SELECT_BUTTON
|
||||
GIMP_IS_GRADIENT_SELECT_BUTTON
|
||||
GIMP_TYPE_GRADIENT_SELECT_BUTTON
|
||||
gimp_gradient_select_button_get_type
|
||||
GIMP_GRADIENT_SELECT_BUTTON_CLASS
|
||||
GIMP_IS_GRADIENT_SELECT_BUTTON_CLASS
|
||||
GIMP_GRADIENT_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfontselectbutton</FILE>
|
||||
<TITLE>GimpFontSelectButton</TITLE>
|
||||
GimpFontSelectButton
|
||||
gimp_font_select_button_new
|
||||
gimp_font_select_button_get_font_name
|
||||
gimp_font_select_button_set_font_name
|
||||
gimp_font_select_button_close_popup
|
||||
gimp_font_select_button_get_font
|
||||
gimp_font_select_button_set_font
|
||||
<SUBSECTION Standard>
|
||||
GimpFontSelectButtonClass
|
||||
GIMP_FONT_SELECT_BUTTON
|
||||
@ -1058,6 +1093,58 @@ GIMP_IS_FONT_SELECT_BUTTON_CLASS
|
||||
GIMP_FONT_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppaletteselectbutton</FILE>
|
||||
<TITLE>GimpPaletteSelectButton</TITLE>
|
||||
GimpPaletteSelectButton
|
||||
gimp_palette_select_button_new
|
||||
gimp_palette_select_button_get_palette
|
||||
gimp_palette_select_button_set_palette
|
||||
<SUBSECTION Standard>
|
||||
GimpPaletteSelectButtonClass
|
||||
GIMP_PALETTE_SELECT_BUTTON
|
||||
GIMP_IS_PALETTE_SELECT_BUTTON
|
||||
GIMP_TYPE_PALETTE_SELECT_BUTTON
|
||||
gimp_palette_select_button_get_type
|
||||
GIMP_PALETTE_SELECT_BUTTON_CLASS
|
||||
GIMP_IS_PALETTE_SELECT_BUTTON_CLASS
|
||||
GIMP_PALETTE_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppatternselectbutton</FILE>
|
||||
<TITLE>GimpPatternSelectButton</TITLE>
|
||||
GimpPatternSelectButton
|
||||
gimp_pattern_select_button_new
|
||||
gimp_pattern_select_button_get_pattern
|
||||
gimp_pattern_select_button_set_pattern
|
||||
<SUBSECTION Standard>
|
||||
GimpPatternSelectButtonClass
|
||||
GIMP_PATTERN_SELECT_BUTTON
|
||||
GIMP_IS_PATTERN_SELECT_BUTTON
|
||||
GIMP_TYPE_PATTERN_SELECT_BUTTON
|
||||
gimp_pattern_select_button_get_type
|
||||
GIMP_PATTERN_SELECT_BUTTON_CLASS
|
||||
GIMP_IS_PATTERN_SELECT_BUTTON_CLASS
|
||||
GIMP_PATTERN_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpselectbutton</FILE>
|
||||
<TITLE>GimpSelectButton</TITLE>
|
||||
GimpSelectButton
|
||||
gimp_select_button_close_popup
|
||||
<SUBSECTION Standard>
|
||||
GimpSelectButtonClass
|
||||
GIMP_SELECT_BUTTON
|
||||
GIMP_IS_SELECT_BUTTON
|
||||
GIMP_TYPE_SELECT_BUTTON
|
||||
gimp_select_button_get_type
|
||||
GIMP_SELECT_BUTTON_CLASS
|
||||
GIMP_IS_SELECT_BUTTON_CLASS
|
||||
GIMP_SELECT_BUTTON_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpmenu</FILE>
|
||||
GimpConstraintFunc
|
||||
|
@ -4,12 +4,17 @@
|
||||
#include <libgimp/gimpui.h>
|
||||
|
||||
gimp_aspect_preview_get_type
|
||||
gimp_brush_select_button_get_type
|
||||
gimp_channel_combo_box_get_type
|
||||
gimp_drawable_combo_box_get_type
|
||||
gimp_drawable_preview_get_type
|
||||
gimp_font_select_button_get_type
|
||||
gimp_font_select_button_get_type
|
||||
gimp_gradient_select_button_get_type
|
||||
gimp_image_combo_box_get_type
|
||||
gimp_layer_combo_box_get_type
|
||||
gimp_palette_select_button_get_type
|
||||
gimp_proc_browser_dialog_get_type
|
||||
gimp_progress_bar_get_type
|
||||
gimp_select_button_get_type
|
||||
gimp_zoom_preview_get_type
|
||||
|
102
devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml
Normal file
102
devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml
Normal file
@ -0,0 +1,102 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpBrushSelectButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpBrushSelectButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpBrushSelectButton::brush-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpbrushselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
@arg4:
|
||||
@arg5:
|
||||
@arg6:
|
||||
@arg7:
|
||||
@arg8:
|
||||
|
||||
<!-- ##### ARG GimpBrushSelectButton:brush-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpBrushSelectButton:brush-opacity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpBrushSelectButton:brush-paint-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpBrushSelectButton:brush-spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpBrushSelectButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_brush_select_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@brush_name:
|
||||
@opacity:
|
||||
@spacing:
|
||||
@paint_mode:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brush_select_button_get_brush ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@opacity:
|
||||
@spacing:
|
||||
@paint_mode:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brush_select_button_set_brush ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@brush_name:
|
||||
@opacity:
|
||||
@spacing:
|
||||
@paint_mode:
|
||||
|
||||
|
@ -9,11 +9,13 @@ GimpFontSelectButton
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
@ -32,16 +34,19 @@ GimpFontSelectButton
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GimpFontSelectButton:font-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_new ##### -->
|
||||
<para>
|
||||
|
||||
@ -52,7 +57,7 @@ GimpFontSelectButton
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_get_font_name ##### -->
|
||||
<!-- ##### FUNCTION gimp_font_select_button_get_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -61,7 +66,7 @@ GimpFontSelectButton
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_set_font_name ##### -->
|
||||
<!-- ##### FUNCTION gimp_font_select_button_set_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -70,11 +75,3 @@ GimpFontSelectButton
|
||||
@font_name:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_font_select_button_close_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
|
||||
|
||||
|
74
devel-docs/libgimp/tmpl/gimpgradientselectbutton.sgml
Normal file
74
devel-docs/libgimp/tmpl/gimpgradientselectbutton.sgml
Normal file
@ -0,0 +1,74 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpGradientSelectButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpGradientSelectButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpGradientSelectButton::gradient-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpgradientselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
@arg3:
|
||||
@arg4:
|
||||
|
||||
<!-- ##### ARG GimpGradientSelectButton:gradient-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpGradientSelectButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradient_select_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@gradient_name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradient_select_button_get_gradient ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradient_select_button_set_gradient ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@gradient_name:
|
||||
|
||||
|
72
devel-docs/libgimp/tmpl/gimppaletteselectbutton.sgml
Normal file
72
devel-docs/libgimp/tmpl/gimppaletteselectbutton.sgml
Normal file
@ -0,0 +1,72 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpPaletteSelectButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpPaletteSelectButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpPaletteSelectButton::palette-set ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimppaletteselectbutton: the object which received the signal.
|
||||
@arg1:
|
||||
@arg2:
|
||||
|
||||
<!-- ##### ARG GimpPaletteSelectButton:palette-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpPaletteSelectButton:title ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@palette_name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_button_get_palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palette_select_button_set_palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@palette_name:
|
||||
|
||||
|
54
devel-docs/libgimp/tmpl/gimppatternselectbutton.sgml
Normal file
54
devel-docs/libgimp/tmpl/gimppatternselectbutton.sgml
Normal file
@ -0,0 +1,54 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpPatternSelectButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpPatternSelectButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
|
||||
<!-- ##### FUNCTION gimp_pattern_select_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@title:
|
||||
@pattern_name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pattern_select_button_get_pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pattern_select_button_set_pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@pattern_name:
|
||||
|
||||
|
33
devel-docs/libgimp/tmpl/gimpselectbutton.sgml
Normal file
33
devel-docs/libgimp/tmpl/gimpselectbutton.sgml
Normal file
@ -0,0 +1,33 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpSelectButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpSelectButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_select_button_close_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
|
||||
|
@ -89,6 +89,8 @@ GIMP_TYPE_PARAM_RGB
|
||||
gimp_param_spec_rgb
|
||||
gimp_param_spec_rgb_has_alpha
|
||||
GIMP_VALUE_HOLDS_RGB
|
||||
gimp_value_get_rgb
|
||||
gimp_value_set_rgb
|
||||
<SUBSECTION Standard>
|
||||
GIMP_IS_PARAM_SPEC_RGB
|
||||
gimp_param_rgb_get_type
|
||||
|
@ -431,3 +431,21 @@ coefficients taken from the NTSC analog television standard.
|
||||
@value:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_value_get_rgb ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@rgb:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_value_set_rgb ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@value:
|
||||
@rgb:
|
||||
|
||||
|
||||
|
@ -608,6 +608,7 @@ GIMP_STOCK_IMAGES
|
||||
GIMP_STOCK_LAYERS
|
||||
GIMP_STOCK_CHANNELS
|
||||
GIMP_STOCK_PATHS
|
||||
GIMP_STOCK_COLORMAP
|
||||
GIMP_STOCK_INDEXED_PALETTE
|
||||
GIMP_STOCK_CURSOR
|
||||
GIMP_STOCK_SAMPLE_POINT
|
||||
@ -679,6 +680,7 @@ GIMP_STOCK_DEFAULT_COLORS
|
||||
GIMP_STOCK_SWAP_COLORS
|
||||
GIMP_STOCK_UNDO_HISTORY
|
||||
GIMP_STOCK_TOOL_AIRBRUSH
|
||||
GIMP_STOCK_TOOL_ALIGN
|
||||
GIMP_STOCK_TOOL_BLEND
|
||||
GIMP_STOCK_TOOL_BLUR
|
||||
GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST
|
||||
@ -813,7 +815,6 @@ gimp_prop_label_new
|
||||
gimp_prop_entry_new
|
||||
gimp_prop_text_buffer_new
|
||||
gimp_prop_file_chooser_button_new
|
||||
gimp_prop_file_entry_new
|
||||
gimp_prop_path_editor_new
|
||||
gimp_prop_size_entry_new
|
||||
gimp_prop_coordinates_new
|
||||
|
@ -262,19 +262,6 @@ GimpPropWidgets
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_prop_file_entry_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@config:
|
||||
@property_name:
|
||||
@filesel_title:
|
||||
@dir_only:
|
||||
@check_valid:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_prop_path_editor_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -476,14 +476,20 @@ RTL variant
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_INDEXED_PALETTE ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-indexed-palette-24.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-indexed-palette-16.png" format="png"></inlinegraphic>
|
||||
<!-- ##### MACRO GIMP_STOCK_COLORMAP ##### -->
|
||||
<para>
|
||||
<inlinegraphic fileref="stock-colormap-24.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-colormap-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_INDEXED_PALETTE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_CURSOR ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-cursor-24.png" format="png"></inlinegraphic>
|
||||
@ -982,6 +988,14 @@ RTL variant
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_ALIGN ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-tool-align-22.png" format="png"></inlinegraphic>
|
||||
<inlinegraphic fileref="stock-tool-align-16.png" format="png"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_STOCK_TOOL_BLEND ##### -->
|
||||
<para xml:base="../gimpstock.xml">
|
||||
<inlinegraphic fileref="stock-tool-blend-22.png" format="png"></inlinegraphic>
|
||||
@ -1434,6 +1448,3 @@ RTL variant
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user