forked from AuroraMiddleware/gtk
Add a section for the Cairo functions.
2005-06-09 Matthias Clasen <mclasen@redhat.com> * gdk/gdk-sections.txt: * gdk/tmpl/cairo_interaction.sgml: * gdk/gdk-docs.sgml: Add a section for the Cairo functions.
This commit is contained in:
parent
0a8331150e
commit
8292c4d374
@ -1,5 +1,9 @@
|
|||||||
2005-06-09 Matthias Clasen <mclasen@redhat.com>
|
2005-06-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/gdk-sections.txt:
|
||||||
|
* gdk/tmpl/cairo_interaction.sgml:
|
||||||
|
* gdk/gdk-docs.sgml: Add a section for the Cairo functions.
|
||||||
|
|
||||||
* gtk/gtk-sections.txt: Add new icon view function.
|
* gtk/gtk-sections.txt: Add new icon view function.
|
||||||
|
|
||||||
2005-05-26 Matthias Clasen <mclasen@redhat.com>
|
2005-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
<!ENTITY gdk-Selections SYSTEM "xml/selections.xml">
|
<!ENTITY gdk-Selections SYSTEM "xml/selections.xml">
|
||||||
<!ENTITY gdk-Properties-and-Atoms SYSTEM "xml/properties.xml">
|
<!ENTITY gdk-Properties-and-Atoms SYSTEM "xml/properties.xml">
|
||||||
<!ENTITY gdk-Pango-Interaction SYSTEM "xml/pango_interaction.xml">
|
<!ENTITY gdk-Pango-Interaction SYSTEM "xml/pango_interaction.xml">
|
||||||
|
<!ENTITY gdk-Cairo-Interaction SYSTEM "xml/cairo_interaction.xml">
|
||||||
<!ENTITY gdk-Points-Rectangles-and-Regions SYSTEM "xml/regions.xml">
|
<!ENTITY gdk-Points-Rectangles-and-Regions SYSTEM "xml/regions.xml">
|
||||||
<!ENTITY gdk-Threads SYSTEM "xml/threads.xml">
|
<!ENTITY gdk-Threads SYSTEM "xml/threads.xml">
|
||||||
<!ENTITY gdk-Keys SYSTEM "xml/keys.xml">
|
<!ENTITY gdk-Keys SYSTEM "xml/keys.xml">
|
||||||
@ -81,7 +82,7 @@
|
|||||||
&gdk-Input-Devices;
|
&gdk-Input-Devices;
|
||||||
|
|
||||||
&gdk-Pango-Interaction;
|
&gdk-Pango-Interaction;
|
||||||
|
&gdk-Cairo-Interaction;
|
||||||
&gdk-X-Window-System-Interaction;
|
&gdk-X-Window-System-Interaction;
|
||||||
</reference>
|
</reference>
|
||||||
|
|
||||||
|
@ -345,7 +345,6 @@ gdk_pixbuf_render_pixmap_and_mask
|
|||||||
gdk_pixbuf_render_pixmap_and_mask_for_colormap
|
gdk_pixbuf_render_pixmap_and_mask_for_colormap
|
||||||
gdk_pixbuf_get_from_drawable
|
gdk_pixbuf_get_from_drawable
|
||||||
gdk_pixbuf_get_from_image
|
gdk_pixbuf_get_from_image
|
||||||
gdk_pixbuf_set_as_cairo_source
|
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -377,7 +376,6 @@ gdk_color_alloc
|
|||||||
gdk_color_change
|
gdk_color_change
|
||||||
gdk_color_equal
|
gdk_color_equal
|
||||||
gdk_color_hash
|
gdk_color_hash
|
||||||
gdk_cairo_set_source_color
|
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GDK_COLORMAP
|
GDK_COLORMAP
|
||||||
@ -457,7 +455,6 @@ gdk_drawable_get_depth
|
|||||||
gdk_drawable_get_size
|
gdk_drawable_get_size
|
||||||
gdk_drawable_get_clip_region
|
gdk_drawable_get_clip_region
|
||||||
gdk_drawable_get_visible_region
|
gdk_drawable_get_visible_region
|
||||||
gdk_drawable_create_cairo_context
|
|
||||||
|
|
||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
gdk_draw_point
|
gdk_draw_point
|
||||||
@ -865,6 +862,16 @@ gdk_pango_renderer_get_type
|
|||||||
GdkPangoRendererPrivate
|
GdkPangoRendererPrivate
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<TITLE>Cairo Interaction</TITLE>
|
||||||
|
<FILE>cairo_interaction</FILE>
|
||||||
|
gdk_cairo_create
|
||||||
|
gdk_cairo_set_source_color
|
||||||
|
gdk_cairo_set_source_pixbuf
|
||||||
|
gdk_cairo_rectangle
|
||||||
|
gdk_cairo_region
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<TITLE>Points, Rectangles and Regions</TITLE>
|
<TITLE>Points, Rectangles and Regions</TITLE>
|
||||||
<FILE>regions</FILE>
|
<FILE>regions</FILE>
|
||||||
|
65
docs/reference/gdk/tmpl/cairo_interaction.sgml
Normal file
65
docs/reference/gdk/tmpl/cairo_interaction.sgml
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
<!-- ##### SECTION Title ##### -->
|
||||||
|
Cairo Interaction
|
||||||
|
|
||||||
|
<!-- ##### SECTION Short_Description ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION Long_Description ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_cairo_create ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@drawable:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_cairo_set_source_color ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@cr:
|
||||||
|
@color:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_cairo_set_source_pixbuf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@cr:
|
||||||
|
@pixbuf:
|
||||||
|
@pixbuf_x:
|
||||||
|
@pixbuf_y:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_cairo_rectangle ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@cr:
|
||||||
|
@rectangle:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_cairo_region ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@cr:
|
||||||
|
@region:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user