mirror of https://github.com/GNOME/gimp.git
libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2004-09-23 Sven Neumann <sven@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpcontext.sgml * libgimp/tmpl/gimppalettes.sgml * libgimp/tmpl/gimppatterns.sgml: updated for new context API.
This commit is contained in:
parent
46989bc717
commit
a52ef2e91d
|
@ -1,3 +1,12 @@
|
|||
2004-09-23 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/libgimp-docs.sgml
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimpbrushes.sgml
|
||||
* libgimp/tmpl/gimpcontext.sgml
|
||||
* libgimp/tmpl/gimppalettes.sgml
|
||||
* libgimp/tmpl/gimppatterns.sgml: updated for new context API.
|
||||
|
||||
2004-09-20 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/Makefile.am (GTKDOC_LIBS): removed same linker hacks
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
<xi:include href="xml/gimpbrushes.xml" />
|
||||
<xi:include href="xml/gimpchannel.xml" />
|
||||
<xi:include href="xml/gimpcolor.xml" />
|
||||
<xi:include href="xml/gimpcontext.xml" />
|
||||
<xi:include href="xml/gimpconvert.xml" />
|
||||
<xi:include href="xml/gimpdisplay.xml" />
|
||||
<xi:include href="xml/gimpdrawable.xml" />
|
||||
|
|
|
@ -111,6 +111,7 @@ gimp_brushes_set_paint_mode
|
|||
gimp_brushes_get_spacing
|
||||
gimp_brushes_set_spacing
|
||||
gimp_brushes_get_brush_data
|
||||
gimp_brushes_get_brush_info
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -153,6 +154,32 @@ gimp_hue_saturation
|
|||
gimp_threshold
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcontext</FILE>
|
||||
gimp_context_push
|
||||
gimp_context_pop
|
||||
gimp_context_get_foreground
|
||||
gimp_context_set_foreground
|
||||
gimp_context_get_background
|
||||
gimp_context_set_background
|
||||
gimp_context_set_default_colors
|
||||
gimp_context_swap_colors
|
||||
gimp_context_get_opacity
|
||||
gimp_context_set_opacity
|
||||
gimp_context_get_paint_mode
|
||||
gimp_context_set_paint_mode
|
||||
gimp_context_get_brush
|
||||
gimp_context_set_brush
|
||||
gimp_context_get_pattern
|
||||
gimp_context_set_pattern
|
||||
gimp_context_get_gradient
|
||||
gimp_context_set_gradient
|
||||
gimp_context_get_palette
|
||||
gimp_context_set_palette
|
||||
gimp_context_get_font
|
||||
gimp_context_set_font
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpconvert</FILE>
|
||||
gimp_image_convert_rgb
|
||||
|
@ -465,6 +492,7 @@ gimp_palettes_get_list
|
|||
gimp_palettes_get_palette
|
||||
gimp_palettes_set_palette
|
||||
gimp_palettes_get_palette_entry
|
||||
gimp_palettes_get_palette_info
|
||||
gimp_palettes_popup
|
||||
gimp_palettes_close_popup
|
||||
gimp_palettes_set_popup
|
||||
|
@ -503,6 +531,7 @@ gimp_patterns_get_list
|
|||
gimp_patterns_get_pattern
|
||||
gimp_patterns_set_pattern
|
||||
gimp_patterns_get_pattern_data
|
||||
gimp_patterns_get_pattern_info
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -119,3 +119,15 @@ Functions related to getting and setting brushes.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_brush_info ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@width:
|
||||
@height:
|
||||
@spacing:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,205 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcontext
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_push ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_pop ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_foreground ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@foreground:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_foreground ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@foreground:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_background ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@background:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_background ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@background:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_default_colors ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_swap_colors ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_opacity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_opacity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@opacity:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_paint_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_paint_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paint_mode:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_brush ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_brush ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_gradient ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_gradient ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_get_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_context_set_font ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
|
@ -62,6 +62,16 @@ gimppalettes
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_get_palette_info ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@num_colors:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_popup ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -66,3 +66,14 @@ Functions relating to patterns.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_patterns_get_pattern_info ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@width:
|
||||
@height:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue