Imported Upstream version 2.3.10
This commit is contained in:
@ -54,8 +54,13 @@
|
||||
<sub name="gimppatterns" link="libgimp-gimppatterns.html"/>
|
||||
</sub>
|
||||
<sub name="Controlling the Core's Selection Dialogs" link="libgimp-selectors.html">
|
||||
<sub name="gimpbrushselect" link="libgimp-gimpbrushselect.html"/>
|
||||
<sub name="GimpSelectButton" link="GimpSelectButton.html"/>
|
||||
<sub name="GimpBrushSelectButton" link="GimpBrushSelectButton.html"/>
|
||||
<sub name="GimpFontSelectButton" link="GimpFontSelectButton.html"/>
|
||||
<sub name="GimpGradientSelectButton" link="GimpGradientSelectButton.html"/>
|
||||
<sub name="GimpPaletteSelectButton" link="GimpPaletteSelectButton.html"/>
|
||||
<sub name="GimpPatternSelectButton" link="GimpPatternSelectButton.html"/>
|
||||
<sub name="gimpbrushselect" link="libgimp-gimpbrushselect.html"/>
|
||||
<sub name="gimpfontselect" link="libgimp-gimpfontselect.html"/>
|
||||
<sub name="gimpgradientselect" link="libgimp-gimpgradientselect.html"/>
|
||||
<sub name="gimppaletteselect" link="libgimp-gimppaletteselect.html"/>
|
||||
@ -723,20 +728,55 @@
|
||||
<function name="gimp_patterns_get_pattern ()" link="libgimp-gimppatterns.html#gimp-patterns-get-pattern"/>
|
||||
<function name="gimp_patterns_set_pattern ()" link="libgimp-gimppatterns.html#gimp-patterns-set-pattern"/>
|
||||
<function name="gimp_patterns_get_pattern_data ()" link="libgimp-gimppatterns.html#gimp-patterns-get-pattern-data"/>
|
||||
<function name="GimpSelectButton" link="GimpSelectButton.html#GimpSelectButton-struct"/>
|
||||
<function name="gimp_select_button_close_popup ()" link="GimpSelectButton.html#gimp-select-button-close-popup"/>
|
||||
<function name="GimpBrushSelectButton" link="GimpBrushSelectButton.html#GimpBrushSelectButton-struct"/>
|
||||
<function name="gimp_brush_select_button_new ()" link="GimpBrushSelectButton.html#gimp-brush-select-button-new"/>
|
||||
<function name="gimp_brush_select_button_get_brush ()" link="GimpBrushSelectButton.html#gimp-brush-select-button-get-brush"/>
|
||||
<function name="gimp_brush_select_button_set_brush ()" link="GimpBrushSelectButton.html#gimp-brush-select-button-set-brush"/>
|
||||
<function name="The "brush-name" property" link="GimpBrushSelectButton.html#GimpBrushSelectButton--brush-name"/>
|
||||
<function name="The "brush-opacity" property" link="GimpBrushSelectButton.html#GimpBrushSelectButton--brush-opacity"/>
|
||||
<function name="The "brush-paint-mode" property" link="GimpBrushSelectButton.html#GimpBrushSelectButton--brush-paint-mode"/>
|
||||
<function name="The "brush-spacing" property" link="GimpBrushSelectButton.html#GimpBrushSelectButton--brush-spacing"/>
|
||||
<function name="The "title" property" link="GimpBrushSelectButton.html#GimpBrushSelectButton--title"/>
|
||||
<function name="The "brush-set" signal" link="GimpBrushSelectButton.html#GimpBrushSelectButton-brush-set"/>
|
||||
<function name="GimpFontSelectButton" link="GimpFontSelectButton.html#GimpFontSelectButton-struct"/>
|
||||
<function name="gimp_font_select_button_new ()" link="GimpFontSelectButton.html#gimp-font-select-button-new"/>
|
||||
<function name="gimp_font_select_button_get_font ()" link="GimpFontSelectButton.html#gimp-font-select-button-get-font"/>
|
||||
<function name="gimp_font_select_button_set_font ()" link="GimpFontSelectButton.html#gimp-font-select-button-set-font"/>
|
||||
<function name="The "font-name" property" link="GimpFontSelectButton.html#GimpFontSelectButton--font-name"/>
|
||||
<function name="The "title" property" link="GimpFontSelectButton.html#GimpFontSelectButton--title"/>
|
||||
<function name="The "font-name" property" link="GimpFontSelectButton.html#GimpFontSelectButton--font-name"/>
|
||||
<function name="The "title" property" link="GimpFontSelectButton.html#GimpFontSelectButton--title"/>
|
||||
<function name="The "font-set" signal" link="GimpFontSelectButton.html#GimpFontSelectButton-font-set"/>
|
||||
<function name="The "font-set" signal" link="GimpFontSelectButton.html#GimpFontSelectButton-font-set"/>
|
||||
<function name="GimpGradientSelectButton" link="GimpGradientSelectButton.html#GimpGradientSelectButton-struct"/>
|
||||
<function name="gimp_gradient_select_button_new ()" link="GimpGradientSelectButton.html#gimp-gradient-select-button-new"/>
|
||||
<function name="gimp_gradient_select_button_get_gradient ()" link="GimpGradientSelectButton.html#gimp-gradient-select-button-get-gradient"/>
|
||||
<function name="gimp_gradient_select_button_set_gradient ()" link="GimpGradientSelectButton.html#gimp-gradient-select-button-set-gradient"/>
|
||||
<function name="The "gradient-name" property" link="GimpGradientSelectButton.html#GimpGradientSelectButton--gradient-name"/>
|
||||
<function name="The "title" property" link="GimpGradientSelectButton.html#GimpGradientSelectButton--title"/>
|
||||
<function name="The "gradient-set" signal" link="GimpGradientSelectButton.html#GimpGradientSelectButton-gradient-set"/>
|
||||
<function name="GimpPaletteSelectButton" link="GimpPaletteSelectButton.html#GimpPaletteSelectButton-struct"/>
|
||||
<function name="gimp_palette_select_button_new ()" link="GimpPaletteSelectButton.html#gimp-palette-select-button-new"/>
|
||||
<function name="gimp_palette_select_button_get_palette ()" link="GimpPaletteSelectButton.html#gimp-palette-select-button-get-palette"/>
|
||||
<function name="gimp_palette_select_button_set_palette ()" link="GimpPaletteSelectButton.html#gimp-palette-select-button-set-palette"/>
|
||||
<function name="The "palette-name" property" link="GimpPaletteSelectButton.html#GimpPaletteSelectButton--palette-name"/>
|
||||
<function name="The "title" property" link="GimpPaletteSelectButton.html#GimpPaletteSelectButton--title"/>
|
||||
<function name="The "palette-set" signal" link="GimpPaletteSelectButton.html#GimpPaletteSelectButton-palette-set"/>
|
||||
<function name="GimpPatternSelectButton" link="GimpPatternSelectButton.html#GimpPatternSelectButton-struct"/>
|
||||
<function name="gimp_pattern_select_button_new ()" link="GimpPatternSelectButton.html#gimp-pattern-select-button-new"/>
|
||||
<function name="gimp_pattern_select_button_get_pattern ()" link="GimpPatternSelectButton.html#gimp-pattern-select-button-get-pattern"/>
|
||||
<function name="gimp_pattern_select_button_set_pattern ()" link="GimpPatternSelectButton.html#gimp-pattern-select-button-set-pattern"/>
|
||||
<function name="The "pattern-name" property" link="GimpPatternSelectButton.html#GimpPatternSelectButton--pattern-name"/>
|
||||
<function name="The "title" property" link="GimpPatternSelectButton.html#GimpPatternSelectButton--title"/>
|
||||
<function name="The "pattern-set" signal" link="GimpPatternSelectButton.html#GimpPatternSelectButton-pattern-set"/>
|
||||
<function name="GimpRunBrushCallback ()" link="libgimp-gimpbrushselect.html#GimpRunBrushCallback"/>
|
||||
<function name="gimp_brush_select_new ()" link="libgimp-gimpbrushselect.html#gimp-brush-select-new"/>
|
||||
<function name="gimp_brush_select_destroy ()" link="libgimp-gimpbrushselect.html#gimp-brush-select-destroy"/>
|
||||
<function name="gimp_brushes_popup ()" link="libgimp-gimpbrushselect.html#gimp-brushes-popup"/>
|
||||
<function name="gimp_brushes_close_popup ()" link="libgimp-gimpbrushselect.html#gimp-brushes-close-popup"/>
|
||||
<function name="gimp_brushes_set_popup ()" link="libgimp-gimpbrushselect.html#gimp-brushes-set-popup"/>
|
||||
<function name="GimpFontSelectButton" link="GimpFontSelectButton.html#GimpFontSelectButton-struct"/>
|
||||
<function name="gimp_font_select_button_new ()" link="GimpFontSelectButton.html#gimp-font-select-button-new"/>
|
||||
<function name="gimp_font_select_button_get_font_name ()" link="GimpFontSelectButton.html#gimp-font-select-button-get-font-name"/>
|
||||
<function name="gimp_font_select_button_set_font_name ()" link="GimpFontSelectButton.html#gimp-font-select-button-set-font-name"/>
|
||||
<function name="gimp_font_select_button_close_popup ()" link="GimpFontSelectButton.html#gimp-font-select-button-close-popup"/>
|
||||
<function name="The "font-name" property" link="GimpFontSelectButton.html#GimpFontSelectButton--font-name"/>
|
||||
<function name="The "title" property" link="GimpFontSelectButton.html#GimpFontSelectButton--title"/>
|
||||
<function name="The "font-set" signal" link="GimpFontSelectButton.html#GimpFontSelectButton-font-set"/>
|
||||
<function name="GimpRunFontCallback ()" link="libgimp-gimpfontselect.html#GimpRunFontCallback"/>
|
||||
<function name="gimp_font_select_new ()" link="libgimp-gimpfontselect.html#gimp-font-select-new"/>
|
||||
<function name="gimp_font_select_destroy ()" link="libgimp-gimpfontselect.html#gimp-font-select-destroy"/>
|
||||
|
Reference in New Issue
Block a user